Skip to content

Instantly share code, notes, and snippets.

@chuprik
Last active August 29, 2015 14:13
Show Gist options
  • Save chuprik/bf4a11f272ed64c0302b to your computer and use it in GitHub Desktop.
Save chuprik/bf4a11f272ed64c0302b to your computer and use it in GitHub Desktop.
// 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