Add absolute_redirect off to nginx config

This commit is contained in:
Alexandre
2026-01-30 09:04:51 +01:00
committed by GitHub
parent ed6e54a66a
commit 9b9502552e

View File

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