fix: nginx files.pub.solar proxy_pass host header

This commit is contained in:
teutat3s 2023-10-28 22:15:40 +02:00
parent e9fc2dabbe
commit 401baf5900
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -26,7 +26,7 @@ in
}
resolver 8.8.8.8;
proxy_set_header Host $host;
proxy_set_header Host ${objStorHost};
proxy_set_header Connection \'\';
proxy_set_header Authorization \'\';
proxy_hide_header Set-Cookie;