nginx-proxy-auto-docker/Procfile
Thomas LEVEIL 19d0d33322 display error message and dump nginx config file in case nginx failed to reload
also add the `/app/dump.sh` script which dumps to the console the content of all nginx config files

    docker exec nginx-proxy /app/dump.sh
2017-02-19 00:58:21 +01:00

2 lines
No EOL
129 B
Text

dockergen: docker-gen -watch -notify "nginx -s reload" -notify-output /app/nginx.tmpl /etc/nginx/conf.d/default.conf
nginx: nginx