From ef8065e06d8611825b84411a64b2f79d594e7acb Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Tue, 1 Sep 2020 14:13:25 -0500 Subject: [PATCH] Adjust homeassistant for websocket Resolves https://github.com/linuxserver/reverse-proxy-confs/pull/191 --- homeassistant.subdomain.conf.sample | 9 --------- 1 file changed, 9 deletions(-) diff --git a/homeassistant.subdomain.conf.sample b/homeassistant.subdomain.conf.sample index 3a60af2..addab49 100644 --- a/homeassistant.subdomain.conf.sample +++ b/homeassistant.subdomain.conf.sample @@ -36,13 +36,4 @@ server { proxy_pass $upstream_proto://$upstream_app:$upstream_port; } - - location /api/websocket { - resolver 127.0.0.11 valid=30s; - set $upstream_app homeassistant; - set $upstream_port 8123; - set $upstream_proto http; - proxy_pass $upstream_proto://$upstream_app:$upstream_port; - - } }