mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-01-06 14:18:49 +01:00
11 lines
280 B
Plaintext
11 lines
280 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
|