mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-24 17:24:43 +01:00
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
[program:nginx]
|
|
command=/usr/sbin/nginx -g 'daemon off;'
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
priority=200
|
|
startinorder=true
|
|
startsecs=0
|
|
# Graceful stop, see http://nginx.org/en/docs/control.html
|
|
stopsignal=QUIT
|