services: letsencrypt: remove Host header forwarding for FreshRSS

This commit is contained in:
Bruno BELANYI 2020-07-16 17:20:57 +02:00
parent e89c86960e
commit a21fd02e0a
1 changed files with 0 additions and 1 deletions

View File

@ -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;