Update ingress.conf

https://github.com/alexbelgium/hassio-addons/issues/914
This commit is contained in:
Alexandre
2023-08-12 21:33:02 +02:00
committed by GitHub
parent 186f596cad
commit a2f61a2ef0

View File

@@ -6,7 +6,7 @@ server {
location / {
proxy_pass http://127.0.0.1:5000;
root /app;
# Sub_filter
proxy_set_header Accept-Encoding "";
sub_filter_once off;
@@ -21,6 +21,10 @@ server {
sub_filter /reset %%ingress_entry%%/reset;
sub_filter /static %%ingress_entry%%/static;
sub_filter /usage %%ingress_entry%%/usage;
# utf8
charset utf-8;
source_charset utf-8;
}
}