diff --git a/SABnzbd.py b/SABnzbd.py index 0b74af4..e11d5c1 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -1408,6 +1408,7 @@ def main(): # Make available from both URLs main_page = sabnzbd.interface.MainPage() + cherrypy.Application.relative_urls = "server" cherrypy.tree.mount(main_page, "/", config=appconfig) cherrypy.tree.mount(main_page, sabnzbd.cfg.url_base(), config=appconfig)