forked from pub-solar/infra
fix: nginx files.pub.solar proxy_pass host header
This commit is contained in:
parent
e9fc2dabbe
commit
401baf5900
|
@ -26,7 +26,7 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
resolver 8.8.8.8;
|
resolver 8.8.8.8;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host ${objStorHost};
|
||||||
proxy_set_header Connection \'\';
|
proxy_set_header Connection \'\';
|
||||||
proxy_set_header Authorization \'\';
|
proxy_set_header Authorization \'\';
|
||||||
proxy_hide_header Set-Cookie;
|
proxy_hide_header Set-Cookie;
|
||||||
|
|
Loading…
Reference in a new issue