docker-alpine-php83-aio/config/supervisor/nginx.ini

12 lines
261 B
INI
Raw Normal View History

2024-02-05 23:20:42 +00:00
[program:nginx]
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g 'daemon off;'
autostart=true
2024-02-07 16:29:02 +00:00
autorestart=true
startretries=3
startsecs=10
2024-02-05 23:20:42 +00:00
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
exitcodes=0