mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 17:15:14 +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 / {
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_registry registry;
|
||||
|
||||
proxy_set_header X-Forwarded-Proto https
|
||||
|
||||
proxy_pass https://$upstream_registry:5000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue