mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
Fix statistics
https://github.com/alexbelgium/hassio-addons/issues/1830#issuecomment-3104974761
This commit is contained in:
@@ -28,6 +28,9 @@ server {
|
|||||||
sub_filter EventSource('/ EventSource('%%ingress_entry%%/;
|
sub_filter EventSource('/ EventSource('%%ingress_entry%%/;
|
||||||
sub_filter fetch('/ fetch('%%ingress_entry%%/;
|
sub_filter fetch('/ fetch('%%ingress_entry%%/;
|
||||||
sub_filter "\"change\"" "\"load, change\"";
|
sub_filter "\"change\"" "\"load, change\"";
|
||||||
|
sub_filter `/api/v `%%ingress_entry%%/api/v;
|
||||||
|
sub_filter "'/api/v" "'%%ingress_entry%%/api/v";
|
||||||
|
sub_filter \"/api/v \"%%ingress_entry%%/api/v;
|
||||||
|
sub_filter window.location.origin} window.location.origin}%%ingress_entry%%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user