Uh oh!
There was an error while loading. Please reload this page.
Increase fastcgi timeouts - #215
Conversation
Example: Updating nextcloud gives error on update page because nginx is getting upstream timeouts. Default fastcgi_read_timeout and fastcgi_send_timeout are 60 wich is not enough for nextcloud.
There was a problem hiding this comment.
Thanks for opening this pull request! Be sure to follow the pull request template!
LinuxServer-CI
commented
Sep 22, 2021
I am a bot, here are the test results for this PR: |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
LinuxServer-CI
commented
Apr 6, 2022
I am a bot, here are the test results for this PR: |
aptalca
commented
Apr 14, 2022
this was tackled in #244 |
Description:
Updating nextcloud gives error on update page because nginx is getting upstream timeouts.
Default fastcgi_read_timeout 60 is not enough for nextcloud.
Benefits of this PR and context:
How Has This Been Tested?
After updating this value nextcloud updating works again on webui
Source / References: