Comment out sub_filter_types in ingress_params.conf

Comment out the sub_filter_types directive in Nginx config.
This commit is contained in:
Alexandre
2026-04-23 14:31:04 +02:00
committed by GitHub
parent e365fbe944
commit 0275ce6d06

View File

@@ -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