From 57fe1d27258f22be0ad48afda323edcde6c4e1fe Mon Sep 17 00:00:00 2001 From: aptalca Date: Sat, 10 Aug 2019 16:52:47 -0400 Subject: [PATCH] Update freshrss.subdomain.conf.sample --- freshrss.subdomain.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/freshrss.subdomain.conf.sample b/freshrss.subdomain.conf.sample index 2616898..9ca07fc 100644 --- a/freshrss.subdomain.conf.sample +++ b/freshrss.subdomain.conf.sample @@ -29,6 +29,7 @@ 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;