Last active
August 29, 2015 14:13
-
-
Save chuprik/bf4a11f272ed64c0302b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// file /usr/local/etc/nginx.conf | |
http { | |
include mime.types; | |
default_type application/octet-stream; | |
sendfile on; | |
keepalive_timeout 130; | |
proxy_buffers 8 64k; | |
proxy_buffer_size 128k; | |
include /Users/kotchuprik/Projects/projects.conf; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment