services: letsencrypt: remove Host header forwarding for FreshRSS
This commit is contained in:
parent
e89c86960e
commit
a21fd02e0a
|
@ -31,7 +31,6 @@ server {
|
|||
|
||||
proxy_redirect off;
|
||||
proxy_buffering off;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-Port $server_port;
|
||||
proxy_cookie_path / "/; HTTPOnly; Secure";
|
||||
proxy_set_header Authorization $http_authorization;
|
||||
|
|
Reference in a new issue