-
-
Notifications
You must be signed in to change notification settings - Fork 139
Adjust fastcgi timeout settings in default.conf.sample - #525
Conversation
Increase timeout settings for fastcgi to handle resource-intensive operations.
There was a problem hiding this 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
commented
Sep 24, 2025
|
I am a bot, here are the test results for this PR:
|
LinuxServer-CI
commented
Oct 17, 2025
|
I am a bot, here are the test results for this PR:
|
LinuxServer-CI
commented
Nov 17, 2025
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
LinuxServer-CI
commented
Dec 10, 2025
|
I am a bot, here are the test results for this PR:
|
LinuxServer-CI
commented
Jan 6, 2026
|
I am a bot, here are the test results for this PR:
|
LinuxServer-CI
commented
Feb 2, 2026
|
I am a bot, here are the test results for this PR:
|
LinuxServer-CI
commented
Mar 1, 2026
|
I am a bot, here are the test results for this PR:
|
LinuxServer-CI
commented
Mar 28, 2026
|
I am a bot, here are the test results for this PR:
|
LinuxServer-CI
commented
Apr 24, 2026
|
I am a bot, here are the test results for this PR:
|
LinuxServer-CI
commented
May 25, 2026
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
gusdleon
commented
May 25, 2026
i think this is still relevant/useful
LinuxServer-CI
commented
Jun 25, 2026
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
gusdleon
commented
Jul 19, 2026
Not stale, waiting for review.
LinuxServer-CI
commented
Aug 19, 2026
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
gusdleon
commented
Aug 19, 2026
Not stale, waiting for review.
Uh oh!
There was an error while loading. Please reload this page.
linuxserver.io
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?
Tested and working without issues since the date of publish of this PR to this date (8 months 2 days)
Source / References:
3600 seconds is the default timeout in the official all-in-one next cloud installer