Skip to content

Instantly share code, notes, and snippets.

@portertech
Created May 17, 2011 02:57
Show Gist options
  • Save portertech/975820 to your computer and use it in GitHub Desktop.
Save portertech/975820 to your computer and use it in GitHub Desktop.
events {
worker_connections 1024; # increase if you have lots of clients
accept_mutex off; # "on" if nginx worker_processes > 1
# use epoll; # enable for Linux 2.6+
# use kqueue; # enable for FreeBSD, OSX
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment