Update nzbget.subfolder.conf.sample

This commit is contained in:
aptalca 2018-11-19 19:56:42 -05:00 committed by GitHub
parent 05f93232eb
commit 3cf9c7e638
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}