From 638eb59bd183f926f137f79aa0b8ac2a4663eebb Mon Sep 17 00:00:00 2001 From: HalianElf <28244771+HalianElf@users.noreply.github.com> Date: Fri, 14 Feb 2020 22:05:17 -0500 Subject: [PATCH] Remove : from password --- nzbget.subdomain.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nzbget.subdomain.conf.sample b/nzbget.subdomain.conf.sample index a7725c1..a3f4872 100644 --- a/nzbget.subdomain.conf.sample +++ b/nzbget.subdomain.conf.sample @@ -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;