Skip to content

Instantly share code, notes, and snippets.

@weldyss
Created January 26, 2014 13:12
Show Gist options
  • Select an option

  • Save weldyss/8632479 to your computer and use it in GitHub Desktop.

Select an option

Save weldyss/8632479 to your computer and use it in GitHub Desktop.
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
gzip on;
include /etc/nginx/sites/*;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment