mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-22 05:20:28 -08:00
21 lines
393 B
Smarty
21 lines
393 B
Smarty
;[%backend%]
|
|
;listen = /dev/null
|
|
|
|
;user = %user%
|
|
;group = %user%
|
|
|
|
;listen.owner = %user%
|
|
;listen.group = www-data
|
|
|
|
;pm = ondemand
|
|
;pm.max_children = 4
|
|
;pm.max_requests = 4000
|
|
;pm.process_idle_timeout = 10s
|
|
;pm.status_path = /status
|
|
|
|
;env[HOSTNAME] = $HOSTNAME
|
|
;env[PATH] = /usr/local/bin:/usr/bin:/bin
|
|
;env[TMP] = /home/%user%/tmp
|
|
;env[TMPDIR] = /home/%user%/tmp
|
|
;env[TEMP] = /home/%user%/tmp
|