diff --git a/nginx-reverse-proxy/default.conf b/nginx-reverse-proxy/default.conf index b8af551..b387e12 100644 --- a/nginx-reverse-proxy/default.conf +++ b/nginx-reverse-proxy/default.conf @@ -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; }