mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update ingress.conf
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user