Skip to content

Instantly share code, notes, and snippets.

@MiteshShah
Created December 22, 2016 12:00
Show Gist options
  • Save MiteshShah/b4f8cc69bc6149160c88ea00c59f8c4c to your computer and use it in GitHub Desktop.
Save MiteshShah/b4f8cc69bc6149160c88ea00c59f8c4c to your computer and use it in GitHub Desktop.
[www]
user = nginx
group = nginx
listen = 127.0.0.1:9000
listen.owner = nginx
listen.group = nginx
pm = ondemand
pm.max_children = 100
pm.start_servers = 20
pm.min_spare_servers = 10
pm.max_spare_servers = 30
ping.path = /ping
pm.status_path = /status
pm.max_requests = 500
request_terminate_timeout = 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment