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

desktop client lost connection during sync multiple times + possible solution #1269

Closed
flower1024 opened this issue Oct 12, 2020 · 1 comment
Labels
examples Compose/Dockerfile/etc integration: proxy Integrating with a reverse proxy question

Comments

@flower1024
Copy link

Hello,

i use "https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm" + redis and got very many connection losses during sync.

i solved it by adding "fastcgi_buffering off;" to nginx.conf.

as a downside it keeps the fpm process alive longer - esp for bigger files. maybe its a good idea to raise their cound in bigger installations too.

@joshtrichards joshtrichards added question examples Compose/Dockerfile/etc integration: proxy Integrating with a reverse proxy labels Oct 22, 2023
@joshtrichards
Copy link
Member

That would be something to take up with NC Server / NC Server Documentation since that's what the examples are modeled after:

https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html

Though considerably more context would be needed to justify the change.

@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Compose/Dockerfile/etc integration: proxy Integrating with a reverse proxy question
Projects
None yet
Development

No branches or pull requests

2 participants