mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-13 16:34:22 +01:00
Update ingress.conf
This commit is contained in:
@@ -55,8 +55,7 @@ server {
|
||||
#proxy_redirect http://$host$x_port/ $x_scheme://$host$x_port/;
|
||||
|
||||
# Rewrite url
|
||||
sub_filter "/media" "%%ingress_entry%%/media";
|
||||
sub_filter "/static" "%%ingress_entry%%/static";
|
||||
sub_filter "/offline" "%%ingress_entry%%/offline";
|
||||
sub_filter "/media/" "%%ingress_entry%%/media/";
|
||||
sub_filter "/static/" "%%ingress_entry%%/static/";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user