Navigation Menu

Skip to content

Commit

Permalink
Update nzbget.subfolder.conf.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Nov 20, 2018
1 parent 05f9323 commit 3cf9c7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nzbget.subfolder.conf.sample
Expand Up @@ -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;
}

0 comments on commit 3cf9c7e

Please sign in to comment.