-
Notifications
You must be signed in to change notification settings - Fork 170
upload issues with boring-nginx and nextcloud 11.0.2 #226
Comments
Can you please post your boring-nginx conf? |
OK; so this is the vhost file:
the included extra.conf which cobbled together to solve various problems, probably introducing more in the process:
I hope you can spot something. As far as I remember, the SSL stuff I had to change as some people using older browsers had trouble connecting to nextcloud. the other stuff I can't remember but it was all to solve various issues. |
@ovizii as hoellen said. In you config file Please change both lines with:
|
Thanks. I will do so and let you know how things go. I have set it to 0 because according to nginx dos that is the same as unlimited. => http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size I'll post back later this week after testing it with "10G" |
Unfortunately this change had absolutely no effect. I changed these 2 values then restarted the nginx proxy container and tried the same scenario as initially described but got the same failure message as described above. |
I know I am not on the latest version but I had the same issues with nextcloud 10 too. I will try and update to nextcloud 12 towards the weekend but I doubt that will fix the issues.
The problem is the issues are intermittent so I am struggling to figure out the cause.
We are using both your containers on a hosted server and for all these tests I am using the same nextcloud user. The max upload size is set to 10G.
For the test I log on with the client credentials and create a folder. "Sometimes" I then try to enter the folder to upload and I get: "Operation not permitted" and am not able to enter this folder I just created. Logging onto another computer with the same credentials I can enter the folder.
When the 160MB file fails to upload, the upload is aborted with the error: "Connection to server lost".
Any idea what to look into? The nextcloud logs rare not showing any irregularities and neither does the nginx log.
The text was updated successfully, but these errors were encountered: