Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extremely slow downloads when accessing through nginx reverse proxy. #19

Closed
yurividal opened this issue Oct 15, 2020 · 1 comment
Closed

Comments

@yurividal
Copy link

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?

@mckaygerhard
Copy link

  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 never loads when reverse proxied filebrowser#1440 and also Filebrowser never loads when reverse proxied 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!

@o1egl o1egl closed this as completed Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants