We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bd8f4 commit 57fe1d2Copy full SHA for 57fe1d2
freshrss.subdomain.conf.sample
@@ -29,6 +29,7 @@ server {
29
30
proxy_redirect off;
31
proxy_buffering off;
32
+ proxy_set_header Host $host;
33
proxy_set_header X-Forwarded-Port $server_port;
34
proxy_cookie_path / "/; HTTPOnly; Secure";
35
proxy_set_header Authorization $http_authorization;
0 commit comments