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

Add fastcgi_read_timeout #860

Merged
merged 2 commits into from
Aug 14, 2017
Merged

Add fastcgi_read_timeout #860

merged 2 commits into from
Aug 14, 2017

Conversation

retlehs
Copy link
Member

@retlehs retlehs commented Aug 11, 2017

ran into a problem when importing a media library with ~300 items and wordpress kept timing out despite upping

  • php_max_execution_time
  • php_max_input_time
  • php_max_input_vars
  • php_memory_limit
  • fastcgi_buffers
  • fastcgi_buffer_size

ended up needing to add fastcgi_read_timeout. this PR includes the default nginx value of 60s matched the value to php_max_execution_time after a chat with the team

@retlehs retlehs force-pushed the add-fastcgi_read_timeout branch from f71391a to ecc40b6 Compare August 11, 2017 01:50
Copy link
Member

@swalkinshaw swalkinshaw left a comment

Choose a reason for hiding this comment

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

🚀

@partounian
Copy link
Contributor

Any reason this wasn't merged?

@retlehs retlehs merged commit c8f91bf into master Aug 14, 2017
@retlehs retlehs deleted the add-fastcgi_read_timeout branch August 14, 2017 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants