Add rewrite rule for ingress entry in NGINX config

This commit is contained in:
Alexandre
2026-01-30 09:04:26 +01:00
committed by GitHub
parent 87a163998b
commit ed6e54a66a

View File

@@ -1,3 +1,4 @@
rewrite ^%%ingress_entry%%/(.*)$ /$1 break;
sub_filter_once off;
sub_filter_types text/html;
sub_filter '<head>' '<head><base href="%%ingress_entry%%/">';