From 3f4ff68e0adadb1004b4358a10039c6d0df355de Mon Sep 17 00:00:00 2001 From: foormea <48879632+foormea@users.noreply.github.com> Date: Wed, 2 Jun 2021 13:08:15 +0200 Subject: [PATCH] Update homeassistant.subdomain.conf.sample --- homeassistant.subdomain.conf.sample | 7 ------- 1 file changed, 7 deletions(-) diff --git a/homeassistant.subdomain.conf.sample b/homeassistant.subdomain.conf.sample index 97141ef..6a1abde 100644 --- a/homeassistant.subdomain.conf.sample +++ b/homeassistant.subdomain.conf.sample @@ -41,11 +41,6 @@ server { # in case the service is running on `host` networking, use this instead: # proxy_pass $upstream_proto://$upstream_IP:$upstream_port; - - # these seem to be needed: - proxy_set_header Host $host; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; } location /api { @@ -59,8 +54,6 @@ server { # in case the service is running on `host` networking, use this instead: # proxy_pass $upstream_proto://$upstream_IP:$upstream_port; - # these seem to be needed: - proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; }