mirror of
https://github.com/pretix/pretix.git
synced 2026-04-24 23:32:33 +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
|