mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
freshrss: remove header that leads to bad request
This commit is contained in:
parent
61b0468cec
commit
1ebf4c6265
2 changed files with 0 additions and 2 deletions
|
@ -37,7 +37,6 @@ server {
|
||||||
|
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_set_header Host $host;
|
|
||||||
proxy_set_header X-Forwarded-Port $server_port;
|
proxy_set_header X-Forwarded-Port $server_port;
|
||||||
proxy_cookie_path / "/; HTTPOnly; Secure";
|
proxy_cookie_path / "/; HTTPOnly; Secure";
|
||||||
proxy_set_header Authorization $http_authorization;
|
proxy_set_header Authorization $http_authorization;
|
||||||
|
|
|
@ -26,7 +26,6 @@ location ^~ /freshrss/ {
|
||||||
rewrite /freshrss(.*) $1 break;
|
rewrite /freshrss(.*) $1 break;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_set_header Host $host;
|
|
||||||
proxy_set_header X-Forwarded-Port $server_port;
|
proxy_set_header X-Forwarded-Port $server_port;
|
||||||
proxy_cookie_path / "/; HTTPOnly; Secure";
|
proxy_cookie_path / "/; HTTPOnly; Secure";
|
||||||
proxy_set_header Authorization $http_authorization;
|
proxy_set_header Authorization $http_authorization;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue