Files
docker-zulip/puppet/zulip/files/supervisor/conf.d/nginx.conf
2015-11-07 13:12:00 +01:00

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