Page 2 of 2

Re: [2.0.0 Beta 1] login doesn't play nice with reverse proxy

Posted: September 2nd, 2017, 2:57 pm
by E71
Thanks, that, and a quick adjustment to my init.d script did the trick! Finally can enjoy the new features since v2.x. :)

httpd.conf:

Code: Select all

ProxyPass http://localhost:12345/my/custom/path/to/sab
ProxyPassReverse http://localhost:12345/my/custom/path/to/sab
sabnzbd.ini:

Code: Select all

url_base = /my/custom/path/to/sab
Thanks again, much appreciated.

Re: [2.0.0 Beta 1] login doesn't play nice with reverse proxy

Posted: September 2nd, 2017, 3:42 pm
by safihre
Cool, now I can produce official 2.3.0 test release :)