This commit is contained in:
Evan Cordell 2017-02-23 19:02:05 -05:00
parent a5fd52f34b
commit 41033ae05d

View file

@ -83,7 +83,7 @@ location /secscan/ {
location ~ ^/v2/(.+)/_trust/tuf/(.*)$ {
set $upstream_tuf {{ tuf_server }};
proxy_pass $upstream_tuf$uri;
proxy_set_header Host "{{ tuf_host }";
proxy_set_header Host "{{ tuf_host }}";
}
{% endif %}