diff --git a/sonarr/rootfs/etc/nginx/servers/ingress.conf b/sonarr/rootfs/etc/nginx/servers/ingress.conf index 1b1b7d3a9..196613550 100644 --- a/sonarr/rootfs/etc/nginx/servers/ingress.conf +++ b/sonarr/rootfs/etc/nginx/servers/ingress.conf @@ -12,6 +12,12 @@ server { proxy_send_timeout 30m; proxy_read_timeout 30m; 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 /Content %%ingress_entry%%/Content; } }