Skip to content

Conversation

gusdleon
Copy link

linuxserver.io


  • I have read the contributing guideline and understand that I have made the correct modifications

Description:

Added some more generous timeouts to the default 60 seconds of nginx mo make possible to process large multipart uploads

Benefits of this PR and context:

In heavy uploads (usually multi GB) and using chunked uploads, the assembling process could take even minutes to end, resulting in a timeout on nginx (504 Gateway Timeout Error) while waiting for a response of php-fpm, this solves the issue.

How Has This Been Tested?

Source / References:

3600 seconds is the default timeout in the official all-in-one next cloud installer

Increase timeout settings for fastcgi to handle resource-intensive operations.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for opening this pull request! Be sure to follow the pull request template!

@LinuxServer-CI
Copy link
Collaborator

I am a bot, here are the test results for this PR:
https://ci-tests.linuxserver.io/lspipepr/nextcloud/31.0.9-pkg-5125a38e-dev-fa420cdbb5048086c6a348e7399529c7ef7260e3-pr-525/index.html
https://ci-tests.linuxserver.io/lspipepr/nextcloud/31.0.9-pkg-5125a38e-dev-fa420cdbb5048086c6a348e7399529c7ef7260e3-pr-525/shellcheck-result.xml

Tag Passed
amd64-31.0.9-pkg-5125a38e-dev-fa420cdbb5048086c6a348e7399529c7ef7260e3-pr-525
arm64v8-31.0.9-pkg-5125a38e-dev-fa420cdbb5048086c6a348e7399529c7ef7260e3-pr-525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants