test config before reloading
This commit is contained in:
parent
f02bc98a6e
commit
c021d82f91
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
|
@ -1,2 +1,2 @@
|
|||
nginx: nginx
|
||||
dockergen: docker-gen -watch -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
|
||||
dockergen: docker-gen -watch -notify "nginx -t && nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue