mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-03 21:43:26 +00:00
6 lines
132 B
Nginx Configuration File
6 lines
132 B
Nginx Configuration File
[program:nginx]
|
|
command = /usr/sbin/nginx -g 'daemon off;'
|
|
stdout_events_enabled=true
|
|
stderr_events_enabled=true
|
|
autorestart = true
|