mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-26 12:21:02 +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;
|
||||
rewrite ^%%ingress_entry%%/(.*)$ /$1 break;
|
||||
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
|
||||
# all relative URLs (assets, axios baseURL, socket.io path) resolve under
|
||||
|
||||
Reference in New Issue
Block a user