From a21fd02e0a0f58d239efc9c506b894368e90212b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 16 Jul 2020 17:20:57 +0200 Subject: [PATCH] services: letsencrypt: remove Host header forwarding for FreshRSS --- letsencrypt/nginx/proxy-confs/freshrss.subdomain.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/letsencrypt/nginx/proxy-confs/freshrss.subdomain.conf b/letsencrypt/nginx/proxy-confs/freshrss.subdomain.conf index 852faed..d363bb1 100644 --- a/letsencrypt/nginx/proxy-confs/freshrss.subdomain.conf +++ b/letsencrypt/nginx/proxy-confs/freshrss.subdomain.conf @@ -31,7 +31,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;