From 38e0c3c9cde209a7c56fd2e30fd4a501a53e4b92 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Sat, 17 Apr 2021 15:06:11 +0000 Subject: [PATCH] Fixed spelling error in ha config. --- nginx-reverse-proxy/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-reverse-proxy/default.conf b/nginx-reverse-proxy/default.conf index 4a27661..66ac639 100644 --- a/nginx-reverse-proxy/default.conf +++ b/nginx-reverse-proxy/default.conf @@ -103,8 +103,8 @@ server { } location /api/websocket { - include /etx/nginx/includes/proxy.conf; - proxy_pass http://homeassistant:8123/api/websocket + include /etc/nginx/includes/proxy.conf; + proxy_pass http://homeassistant:8123/api/websocket; } access_log /var/log/nginx/ha-access.log; error_log /var/log/nginx/ha-error.log;