Advertisement
RedFoxy

php-fpm.conf

Mar 24th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. [global]
  2. pid = run/php-fpm.pid
  3.  
  4. error_log = /home/serverweb/log/php-fpm/error.log
  5. log_level = error
  6. ;error
  7.  
  8. emergency_restart_threshold = 10
  9. emergency_restart_interval = 1m
  10.  
  11. process_control_timeout = 5 ;10s
  12. process.max = 0
  13. process.priority = -19
  14. events.mechanism = kqueue
  15. daemonize = yes
  16.  
  17. include = /home/serverweb/etc/php/fpm-pool.d/*.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement