mirror of
https://github.com/pretix/pretix.git
synced 2026-05-15 16:54:00 +00:00
12 lines
244 B
Nginx Configuration File
12 lines
244 B
Nginx Configuration File
[program:nginx]
|
|
command=/usr/sbin/nginx
|
|
autostart=true
|
|
autorestart=true
|
|
priority=10
|
|
stdout_events_enabled=true
|
|
stderr_events_enabled=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|