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

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
User avatar
E71
Newbie
Newbie
Posts: 42
Joined: January 13th, 2009, 10:08 pm

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

Post 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.
User avatar
safihre
Administrator
Administrator
Posts: 5339
Joined: April 30th, 2015, 7:35 am
Contact:

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

Post by safihre »

Cool, now I can produce official 2.3.0 test release :)
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply