http and its consequences have been

This commit is contained in:
nora 2022-11-08 20:05:43 +01:00
parent 21048c5516
commit ab5d6a1eda
No known key found for this signature in database

View file

@ -32,6 +32,9 @@ http {
location / {
resolver 127.0.0.11 valid=30s;
set $upstream_registry registry;
proxy_set_header X-Forwarded-Proto https
proxy_pass https://$upstream_registry:5000;
}
}