mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update ingress.conf
This commit is contained in:
@@ -14,9 +14,9 @@ server {
|
||||
proxy_pass http://127.0.0.1:7878;
|
||||
|
||||
# Allow signalr
|
||||
#proxy_http_version 1.1;
|
||||
#proxy_set_header Upgrade $http_upgrade;
|
||||
#proxy_set_header Connection $http_connection;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
#auth_basic off;
|
||||
|
||||
# Correct base_url
|
||||
|
||||
Reference in New Issue
Block a user