Merge pull request #176 from linuxserver/freshrss

freshrss: remove header that leads to bad request
This commit is contained in:
driz
2020-06-05 14:15:43 -04:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
-1
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;
-1
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;