mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Comment out sub_filter_types in ingress_params.conf
Comment out the sub_filter_types directive in Nginx config.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
rewrite ^%%ingress_entry%%/(.*)$ /$1 break;
|
rewrite ^%%ingress_entry%%/(.*)$ /$1 break;
|
||||||
sub_filter_once on;
|
sub_filter_once on;
|
||||||
sub_filter_types text/html;
|
#sub_filter_types text/html;
|
||||||
|
|
||||||
# Rewrite the frontend's default <base href="/" /> to the ingress prefix so
|
# Rewrite the frontend's default <base href="/" /> to the ingress prefix so
|
||||||
# all relative URLs (assets, axios baseURL, socket.io path) resolve under
|
# all relative URLs (assets, axios baseURL, socket.io path) resolve under
|
||||||
|
|||||||
Reference in New Issue
Block a user