Skip to content

Instantly share code, notes, and snippets.

@jams008
Created January 21, 2020 08:14
Show Gist options
  • Save jams008/4501b92f7f87e317213f16cdaf167e68 to your computer and use it in GitHub Desktop.
Save jams008/4501b92f7f87e317213f16cdaf167e68 to your computer and use it in GitHub Desktop.
[www]
user = www-data
group = www-data
listen = 127.0.0.1:9080
listen.owner = www-data
listen.group = www-data
pm = ondemand
pm.max_children = 30
pm.start_servers = 20
pm.min_spare_servers = 10
pm.max_spare_servers = 20
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