Skip to content

Instantly share code, notes, and snippets.

@thijsvdanker
Created November 7, 2019 13:31
Show Gist options
  • Save thijsvdanker/dc245a80d775c16fb069170d2dc4119e to your computer and use it in GitHub Desktop.
Save thijsvdanker/dc245a80d775c16fb069170d2dc4119e to your computer and use it in GitHub Desktop.
Optimized /usr/local/etc/php/7.3/php-fpm.d/www.conf to fix 504s with multiple requests
; credits to sylouuu https://github.com/laravel/valet/issues/315#issuecomment-328027099
pm.start_servers = 20
pm.min_spare_servers = 10
pm.max_spare_servers = 20
pm.process_idle_timeout = 10s
pm.max_requests = 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment