Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1.  
  2. [global]
  3. error_log = /usr/local/etc/php/5.6/logs/php-fpm.log
  4. daemonize = no
  5.  
  6. [www]
  7. user = wod
  8. group = staff
  9.  
  10. listen = 127.0.0.1:9000
  11.  
  12. pm = dynamic
  13. pm.max_children = 5
  14. pm.start_servers = 2
  15. pm.min_spare_servers = 1
  16. pm.max_spare_servers = 3
  17.  
  18.  
  19. ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
  20. ;php_flag[display_errors] = off
  21. php_admin_value[error_log] = /usr/local/etc/php/5.6/logs/error.log
  22. php_admin_flag[log_errors] = on
  23. ;php_admin_value[memory_limit] = 32M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement