Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/4c39594a577fb903b8ce96e7557c1aeeafd4447b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Final cleanup on proxy support.

pull/6/head
Taloth Saldono 9 years ago
parent 2b11ad4585
commit 4c39594a57

@ -345,7 +345,7 @@ namespace NzbDrone.Core.Configuration
public string ProxyBypassFilter
{
get { return GetValue("ProxySubnetFilter", string.Empty); }
get { return GetValue("ProxyBypassFilter", string.Empty); }
}
public bool ProxyBypassLocalAddresses

Loading…
Cancel
Save