Update prowlarr.subdomain.conf.sample

Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
PrivatePasta
2023-10-17 18:26:10 +05:30
committed by GitHub
parent b6cc0482a9
commit f8fef63a9e
+1 -1
View File
@@ -52,7 +52,7 @@ server {
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}
location ~ /prowlarr(/[0-9]+)?/download {
location ~ (/prowlarr)?(/[0-9]+)?/download {
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app prowlarr;