Recreated spelling error, fixed again.

This commit is contained in:
Colin Diem
2021-04-17 11:09:32 -04:00
parent d84b4f190a
commit a45eb0fe9c

View File

@@ -105,7 +105,7 @@ server {
} }
location /api/websocket { location /api/websocket {
include /etx/nginx/includes/proxy.conf; include /etc/nginx/includes/proxy.conf;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";
proxy_pass http://homeassistant:8123/api/websocket proxy_pass http://homeassistant:8123/api/websocket