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
|
@ -81,7 +81,8 @@ location /secscan/ {
|
|||
|
||||
{% if signing_enabled %}
|
||||
location ~ ^/v2/(.+)/_trust/tuf/(.*)$ {
|
||||
proxy_pass {{ tuf_server }};
|
||||
set $upstream_tuf {{ tuf_server }};
|
||||
proxy_pass $upstream_tuf$uri;
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
|
|
Reference in a new issue