Finally have home assistant configured properly.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user