mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
http and its consequences have been
This commit is contained in:
parent
21048c5516
commit
ab5d6a1eda
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ http {
|
||||||
location / {
|
location / {
|
||||||
resolver 127.0.0.11 valid=30s;
|
resolver 127.0.0.11 valid=30s;
|
||||||
set $upstream_registry registry;
|
set $upstream_registry registry;
|
||||||
|
|
||||||
|
proxy_set_header X-Forwarded-Proto https
|
||||||
|
|
||||||
proxy_pass https://$upstream_registry:5000;
|
proxy_pass https://$upstream_registry:5000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue