semicolons and their consequences have been

This commit is contained in:
nora 2022-11-08 20:07:07 +01:00
parent ab5d6a1eda
commit 197683bce1
No known key found for this signature in database

View file

@ -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;
}