mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
https://github.com/alexbelgium/hassio-addons/issues/757
This commit is contained in:
@@ -13,6 +13,11 @@ server {
|
||||
proxy_read_timeout 30m;
|
||||
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;
|
||||
|
||||
# Correct base_url
|
||||
proxy_set_header Accept-Encoding "";
|
||||
sub_filter_once off;
|
||||
|
||||
Reference in New Issue
Block a user