mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-12 09:57:31 +00:00
Moved the zulip-puppet/ to puppet/zulip/ We are now git cloning and rolling with a checkout to a version
6 lines
150 B
Nginx Configuration File
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
|