Fixed spelling error in ha config.

This commit is contained in:
Colin Diem
2021-04-17 15:06:11 +00:00
parent 42475d85ba
commit 38e0c3c9cd

View File

@@ -103,8 +103,8 @@ server {
} }
location /api/websocket { location /api/websocket {
include /etx/nginx/includes/proxy.conf; include /etc/nginx/includes/proxy.conf;
proxy_pass http://homeassistant:8123/api/websocket proxy_pass http://homeassistant:8123/api/websocket;
} }
access_log /var/log/nginx/ha-access.log; access_log /var/log/nginx/ha-access.log;
error_log /var/log/nginx/ha-error.log; error_log /var/log/nginx/ha-error.log;