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

View file

@ -34,6 +34,7 @@ http {
set $upstream_registry registry; set $upstream_registry registry;
proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Proto https;
proxy_set_header Host docker.nilstrieb.dev;
proxy_pass https://$upstream_registry:5000; proxy_pass https://$upstream_registry:5000;
} }