mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update ingress.conf
This commit is contained in:
@@ -11,16 +11,13 @@ server {
|
||||
proxy_connect_timeout 30m;
|
||||
proxy_send_timeout 30m;
|
||||
proxy_read_timeout 30m;
|
||||
proxy_pass http://127.0.0.1:8989;
|
||||
proxy_pass http://127.0.0.1:8989/sonarr;
|
||||
|
||||
proxy_set_header Accept-Encoding "";
|
||||
# Correct url without port when using https
|
||||
sub_filter_once off;
|
||||
sub_filter_types *;
|
||||
sub_filter /Content %%ingress_entry%%/Content;
|
||||
sub_filter /index.js %%ingress_entry%%/index.js;
|
||||
sub_filter /initialize.js %%ingress_entry%%/initialize.js;
|
||||
sub_filter /vendors.js %%ingress_entry%%/vendors.js;
|
||||
sub_filter /sonarr %%ingress_entry%%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user