Align with ingress entry

This commit is contained in:
Alexandre
2023-02-04 07:56:47 +01:00
committed by GitHub
parent 3c6b08a2b6
commit eb8d5c7b5f

View File

@@ -11,13 +11,13 @@ server {
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
proxy_pass http://127.0.0.1:8989/sonarr;
proxy_pass http://127.0.0.1:8989;
proxy_set_header Accept-Encoding "";
# Correct url without port when using https
sub_filter_once off;
sub_filter_types *;
sub_filter /sonarr %%ingress_entry%%;
sub_filter /sonarr %%ingress_entry%%/sonarr;
}
}