Correct port

https://github.com/alexbelgium/hassio-addons/issues/758
This commit is contained in:
Alexandre
2023-03-19 07:15:59 +01:00
committed by GitHub
parent 5cc1c5d74d
commit fd76ab95f2

View File

@@ -11,7 +11,7 @@ server {
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
proxy_pass http://127.0.0.1:7878;
proxy_pass http://127.0.0.1:8989;
# Allow signalr
proxy_http_version 1.1;