Remove : from password

This commit is contained in:
HalianElf
2020-02-14 22:05:17 -05:00
committed by GitHub
parent e36e28adc7
commit 638eb59bd1
+2 -2
View File
@@ -35,14 +35,14 @@ server {
proxy_pass http://$upstream_nzbget:6789;
}
location ~ (/nzbget)?(/[^\/:]*:[^\/:]*)?/jsonprpc {
location ~ (/nzbget)?(/[^\/:]*:[^\/]*)?/jsonprpc {
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_nzbget nzbget;
proxy_pass http://$upstream_nzbget:6789;
}
location ~ (/nzbget)?(/[^\/:]*:[^\/:]*)?/xmlrpc {
location ~ (/nzbget)?(/[^\/:]*:[^\/]*)?/xmlrpc {
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_nzbget nzbget;