Skip to content

Instantly share code, notes, and snippets.

@jams008
Last active December 24, 2020 10:23
Show Gist options
  • Save jams008/24b9d0dc907196aa2bd991e5fab809d1 to your computer and use it in GitHub Desktop.
Save jams008/24b9d0dc907196aa2bd991e5fab809d1 to your computer and use it in GitHub Desktop.
[www-php72]
user = nginx
group = nginx
listen = 127.0.0.1:9080
listen.owner = nginx
listen.group = nginx
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