Files
pretix_cgo/deployment/docker/supervisord/nginx.conf
2021-02-09 18:16:35 +01:00

10 lines
186 B
Nginx Configuration File

[program:nginx]
command=/usr/sbin/nginx
autostart=true
autorestart=true
priority=10
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0