Skip to content

Instantly share code, notes, and snippets.

@eksiscloud
Last active June 4, 2020 11:20
Show Gist options
  • Save eksiscloud/9ec7131f83b1d37094dd8f0021d03ea0 to your computer and use it in GitHub Desktop.
Save eksiscloud/9ec7131f83b1d37094dd8f0021d03ea0 to your computer and use it in GitHub Desktop.
PHP-FPM basics
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
[global]
pid = /run/php/php7.4-fpm.pid
error_log = /var/log/php7.4-fpm-error.log
emergency_restart_threshold = 10
emergency_restart_interval = 1m
process_control_timeout = 30000s
include=/etc/php/7.4/fpm/pool.d/*.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment