Add dnsmasq so nginx will allow an upstream service to not block startup
This commit is contained in:
parent
9affe193db
commit
16ec19d356
8 changed files with 27 additions and 7 deletions
1
conf/nginx/resolver.conf
Normal file
1
conf/nginx/resolver.conf
Normal file
|
@ -0,0 +1 @@
|
|||
resolver 127.0.0.1 valid=10s;
|
Reference in a new issue