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