Page 1 of 1

[SOLVED] Cannot add nzb using the web interface

Posted: 15 Apr 2020, 14:13
by ProXy
Hello,

I installed Nginx as a reverse proxy on the network and now I cannot add nzb-files using the web interface. There is no message in the logs. Adding the same file using the local ip without reverse proxy is working fine. Does anyone know how I can fix this?

Thank you

EDIT: The issue was that Nginx didn't allow to upload bigger files from the client to the server. After setting

Code: Select all

client_max_body_size
to a reasonable value the web interface is working fine again!