Files
docker-zulip/puppet/zulip/files/supervisor/conf.d/nginx.conf
Alexander Trost 149932e863 Removed all unneeded zulip/zulip files
Moved the zulip-puppet/ to puppet/zulip/
We are now git cloning and rolling with a checkout to a version
2015-10-28 21:59:26 +01:00

6 lines
150 B
Nginx Configuration File

[program:nginx]
command = /usr/sbin/nginx -g 'daemon off;server_tokens off;'
stdout_events_enabled=true
stderr_events_enabled=true
autorestart = true