mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Update nzbget.subfolder.conf.sample
This commit is contained in:
parent
05f93232eb
commit
3cf9c7e638
1 changed files with 7 additions and 0 deletions
|
@ -14,3 +14,10 @@ location ^~ /nzbget {
|
|||
set $upstream_nzbget nzbget;
|
||||
proxy_pass http://$upstream_nzbget:6789;
|
||||
}
|
||||
|
||||
location ~ /nzbget/(jsonrpc|jsonprpc|xmlrpc) {
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_nzbget nzbget;
|
||||
proxy_pass http://$upstream_nzbget:6789;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue