mirror of
https://github.com/pretix/pretix.git
synced 2026-01-06 21:42:27 +00:00
10 lines
186 B
Nginx Configuration File
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
|