Skip to content

Instantly share code, notes, and snippets.

@EwanValentine
Created May 11, 2017 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EwanValentine/61fc25b2e7a28a1c2204779bfcc094ae to your computer and use it in GitHub Desktop.
Save EwanValentine/61fc25b2e7a28a1c2204779bfcc094ae to your computer and use it in GitHub Desktop.
#user nobody;
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
send_timeout 1800;
sendfile on;
keepalive_timeout 6500;
include /etc/nginx/sites-enabled/*.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment