1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-22 11:56:31 +00:00
nginx-proxy/supervisor.conf

12 lines
235 B
Plaintext
Raw Normal View History

2014-05-05 16:59:23 +00:00
[supervisord]
nodaemon=true
[program:nginx]
command=nginx
directory=/etc/nginx
[program:docker-gen]
command=./docker-gen -watch -only-exposed -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/sites-enabled/default
2014-05-05 16:59:23 +00:00
directory=/app