Skip to content

Commit f8fef63

Browse files
Update prowlarr.subdomain.conf.sample
Co-authored-by: Eric Nemchik <[email protected]>
1 parent b6cc048 commit f8fef63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prowlarr.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ server {
5252
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
5353
}
5454

55-
location ~ /prowlarr(/[0-9]+)?/download {
55+
location ~ (/prowlarr)?(/[0-9]+)?/download {
5656
include /config/nginx/proxy.conf;
5757
include /config/nginx/resolver.conf;
5858
set $upstream_app prowlarr;

0 commit comments

Comments
 (0)