mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update ingress_params.conf
This commit is contained in:
@@ -5,7 +5,3 @@ sub_filter_types text/html;
|
|||||||
sub_filter '<head>' '<head><base href="%%ingress_entry%%/">';
|
sub_filter '<head>' '<head><base href="%%ingress_entry%%/">';
|
||||||
sub_filter 'href="/' 'href="%%ingress_entry%%/';
|
sub_filter 'href="/' 'href="%%ingress_entry%%/';
|
||||||
sub_filter 'src="/' 'src="%%ingress_entry%%/';
|
sub_filter 'src="/' 'src="%%ingress_entry%%/';
|
||||||
# Disable buffering
|
|
||||||
proxy_buffering off;
|
|
||||||
proxy_request_buffering off;
|
|
||||||
proxy_cache off;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user