mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
8 lines
138 B
Nginx Configuration File
8 lines
138 B
Nginx Configuration File
[program:nginx]
|
|
command=/usr/sbin/nginx
|
|
autostart=true
|
|
autorestart=true
|
|
priority=10
|
|
stdout_events_enabled=true
|
|
stderr_events_enabled=true
|