When logging in I keep getting forced to the /sabnzbd directory even though my proxy is at /sab
Here's what happens when I haven't authenticate.....
- Visit /sab
- Get forced to /sabnzbd/login
- 404 error
- Edit URI to /sab/login
- Login as normal
- Forced to /sabnzbd
- 404 error
- Edit URI to /sab
- Everything then works as normal
If I'm already authenticated, I can visit /sab and carry on as normal.
I've downgraded to 1.2.1 and I can login as normal, which makes me think it's a V2 issue and not anything my end.
Here's my apache2 conf
Code: Select all
<Location /sab>
ProxyPass http://127.0.0.1:33333/sabnzbd
ProxyPassReverse http://127.0.0.1:33333/sabnzbd
</Location>
Code: Select all
Version: 1.2.1 [d32cf57]
Uptime: 22m
Config File: /home/.sabnzbd/sabnzbd.ini
Used cache: Cached 0 articles (0 B)
Parameters: /usr/bin/sabnzbdplus --daemon --pidfile /var/run/sabnzbdplus/pid --server 127.0.0.1:33333
Python Version: 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] [UTF-8]
OpenSSL: OpenSSL 1.0.2g 1 Mar 2016 [TLS v1.2, TLS v1.1, TLS v1]