Finally have home assistant configured properly.

This commit is contained in:
Colin Diem
2021-04-17 15:43:00 +00:00
parent a45eb0fe9c
commit 3c776df80a

View File

@@ -108,8 +108,9 @@ server {
include /etc/nginx/includes/proxy.conf;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_pass http://homeassistant:8123/api/websocket
}
proxy_pass http://homeassistant:8123/api/websocket;
}
access_log /var/log/nginx/ha-access.log;
error_log /var/log/nginx/ha-error.log;
}