filebrowser/docs

Extremely slow downloads when accessing through nginx reverse proxy.

yurividal opened this issue · 1 comments

Hi Guys. I have filebrowser accessible via nginx reverse proxy as a location.
The download speeds are ridiculously slow when doing this. 4 hours to download a 2GB file. I tried a direct port forwarding to filebrowser, and it took 15 mins to download the very same file.
The problem does not seem to be the encryption layer, since i tried http over the nginx and it was also super slow.
This is my nginx location:

  location /files/ {
            proxy_http_version 1.1;
            proxy_set_header Connection "";
            proxy_pass http://10.10.10.2:8086/;
            add_header  X-Robots-Tag "noindex, nofollow, nosnippet, noarchive";
       }

Am i doing anything wrong, or is filebrowser misbehaving?

  1. this is not a issue about documentation and this repo is only for documentation issues... but ...
  2. you must try first if filebrowser using the normal behaviour (direct port) is working! if yes.. then is a problem in nginx, use a better webserver or try to find better config.. read at: filebrowser/filebrowser#1440 and also filebrowser/filebrowser#1440 (comment)

this issue must be closed due is not related and was also answered! please @o1egl close the issue #19 due the reasons i resumed here!