freshrss: remove header that leads to bad request

This commit is contained in:
aptalca 2020-06-05 14:09:41 -04:00
parent 61b0468cec
commit 1ebf4c6265
2 changed files with 0 additions and 2 deletions

View file

@ -37,7 +37,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;

View file

@ -26,7 +26,6 @@ location ^~ /freshrss/ {
rewrite /freshrss(.*) $1 break;
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;