Update ingress.conf

This commit is contained in:
Alexandre
2025-08-06 08:05:03 +02:00
committed by GitHub
parent 6b2f526832
commit 7e72429d18

View File

@@ -31,8 +31,7 @@
absolute_redirect off;
proxy_redirect / %%ingress_entry%%/;
sub_filter_once off;
# Limit rewriting to text-based responses to avoid corrupting JSON payloads
sub_filter_types text/html text/css application/javascript;
sub_filter_types *;
sub_filter '"/api' '"%%ingress_entry%%/api';
sub_filter '`/api' '`%%ingress_entry%%/api';
sub_filter "'/api" "'%%ingress_entry%%/api";