Skip to content

Instantly share code, notes, and snippets.

@indapublic
Last active August 29, 2015 14:00
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 indapublic/11372865 to your computer and use it in GitHub Desktop.
Save indapublic/11372865 to your computer and use it in GitHub Desktop.
listen.owner = nginx
listen.group = nginx
listen.mode = 0664
listen.allowed_clients = 127.0.0.1
pm = dynamic
pm.max_children = 50
pm.start_servers = 15
pm.min_spare_servers = 5
pm.max_spare_servers = 25
pm.process_idle_timeout = 60s
request_terminate_timeout = 900
catch_workers_output = yes
security.limit_extensions = .php .css .js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment