fix typo
This commit is contained in:
parent
a5fd52f34b
commit
41033ae05d
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Reference in a new issue