Advertisement
Guest User

etc__php-fpm.conf

a guest
Feb 6th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. ;;;;;;;;;;;;;;;;;;;;;
  2. ; FPM Configuration ;
  3. ;;;;;;;;;;;;;;;;;;;;;
  4. ; -----https://ma.ttias.be/a-better-way-to-run-php-fpm/
  5.  
  6. include=/etc/php-fpm.d/*.conf
  7. ;;; is in php.ini -- opcache.blacklist_filename=/etc/php-fpm.d/opcache-blacklist.txt
  8.  
  9. [global]
  10. ; Pid file
  11. ; Default Value: none
  12. ;pid = /var/run/php-fpm/php-fpm.pid
  13. pid = /var/run/php-fpm/php-fpm.pid
  14.  
  15. ; Error log file
  16. ; Default Value: /var/log/php-fpm.log
  17. error_log = /var/log/php-fpm/error.log
  18. daemonize = yes
  19. log_level = error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement