Update ingress.conf

This commit is contained in:
Alexandre
2023-03-16 19:50:09 +01:00
committed by GitHub
parent bc31959787
commit 443e6b4a10

View File

@@ -23,7 +23,7 @@ server {
proxy_set_header Accept-Encoding "";
sub_filter_once off;
sub_filter_types *;
sub_filter /radarr %%ingress_entry%%/radarr;
sub_filter /sonarr %%ingress_entry%%/sonarr;
}
}