Skip to content

Instantly share code, notes, and snippets.

@naoty
Created February 2, 2012 13:15
Show Gist options
  • Select an option

  • Save naoty/1723415 to your computer and use it in GitHub Desktop.

Select an option

Save naoty/1723415 to your computer and use it in GitHub Desktop.
user naoty naoty;
worker_processes 2;
worker_cpu_affinity 01 10;
events {
multi_accept on;
worker_connections 128;
}
http {
include mime.types;
include sites/*.conf;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
log_not_found off;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment