Skip to content

Instantly share code, notes, and snippets.

@jams008
Created May 18, 2020 23:06
Show Gist options
  • Save jams008/e5d4f0a4ad65e100a71d2c7b5c1746ad to your computer and use it in GitHub Desktop.
Save jams008/e5d4f0a4ad65e100a71d2c7b5c1746ad to your computer and use it in GitHub Desktop.
[www]
user = www-data
group = www-data
listen = 127.0.0.1:9091
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