mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Update prowlarr.subdomain.conf.sample
Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
b6cc0482a9
commit
f8fef63a9e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue