docker-alpine-php83-aio/config/supervisor/nginx.ini
Christopher Vagnetoft d34e0b928e
All checks were successful
dockerbuild / Build docker image (push) Successful in 1m18s
Tweaked supervisor definitions
2024-02-07 17:29:02 +01:00

12 lines
261 B
INI

[program:nginx]
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g 'daemon off;'
autostart=true
autorestart=true
startretries=3
startsecs=10
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
exitcodes=0