mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
semicolons and their consequences have been
This commit is contained in:
parent
ab5d6a1eda
commit
197683bce1
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ http {
|
|||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_registry registry;
|
||||
|
||||
proxy_set_header X-Forwarded-Proto https
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
|
||||
proxy_pass https://$upstream_registry:5000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue