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