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