Page 1 of 1

sabnzbd slow behind nginx

Posted: November 2nd, 2017, 11:44 am
by breadcan
Hi,

I'm trying to migrate my reverse proxy setup from Apache to nginx.
All went fine but not sabnzbd.
Somehow every page request waits for about 60 seconds before it is processed.
It is the same for every page i load, homepage, config page, etc.

Is there any known issue with nginx and sabnzbd?

Google found only one similar issue in a reddit post without comments about a month ago.

sabnzbd is setup without ssl and auth.
nginx has basic auth, ssl.

The reverse proxy settings are simple:

Code: Select all

		location /sab/ {
			proxy_pass http://localhost:8080/sabnzbd/;
		}
		location /nzbd/ {
			proxy_pass http://localhost:8989/nzbd/;
		}
		location /rd/ {
			proxy_pass http://localhost:7878/rd/;
		}
Sonarr and Radarr both running fast in this setup.
Sab works fine behind the apache with similar config.
Sab without proxy works fine too.

An example how the config page loads:
Image

Re: sabnzbd slow behind nginx

Posted: January 13th, 2018, 8:13 am
by hitnrun30
Did you ever get this to work correctly, im having the same issue now