Skip to content

Instantly share code, notes, and snippets.

@ashishdungdung
Created March 19, 2018 01:59
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 ashishdungdung/9321bc42f486480dfbd62169bb8046d7 to your computer and use it in GitHub Desktop.
Save ashishdungdung/9321bc42f486480dfbd62169bb8046d7 to your computer and use it in GitHub Desktop.
[www]
user = www-data
group = www-data
listen = 127.0.0.1:9090
listen.owner = www-data
listen.group = www-data
pm = ondemand
pm.max_children = 200
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