Update ingress_params.conf

This commit is contained in:
Alexandre
2026-01-30 09:05:11 +01:00
committed by GitHub
parent 53aeada3fd
commit 760ea3cf26

View File

@@ -5,7 +5,3 @@ sub_filter_types text/html;
sub_filter '<head>' '<head><base href="%%ingress_entry%%/">';
sub_filter 'href="/' 'href="%%ingress_entry%%/';
sub_filter 'src="/' 'src="%%ingress_entry%%/';
# Disable buffering
proxy_buffering off;
proxy_request_buffering off;
proxy_cache off;