Advertisement
Guest User

pool.d

a guest
Apr 20th, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. ; ATTENTION!
  2. ;
  3. ; DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
  4. ; SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
  5.  
  6. ; If you need to customize this file, use either custom PHP settings tab in
  7. ; Panel or override settings in /var/www/vhosts/system/domain.tld/conf/php.ini.
  8. ; To override pool configuration options, specify them in [php-fpm-pool-settings]
  9. ; section of /var/www/vhosts/system/domain.tld/conf/php.ini file.
  10.  
  11. [domain.tld]
  12. ; Don't override following options, they are relied upon by Plesk internally
  13. prefix = /var/www/vhosts/system/$pool
  14. user = redhell
  15. group = psacln
  16.  
  17. listen = php-fpm.sock
  18. listen.owner = root
  19. listen.group = psaserv
  20. listen.mode = 0660
  21.  
  22. ; Following options can be overridden
  23. chdir = /
  24.  
  25. ; By default use ondemand spawning (this requires php-fpm >= 5.3.9)
  26. pm = ondemand
  27. pm.max_children = 5
  28. pm.process_idle_timeout = 10s
  29. ; Following pm.* options are used only when 'pm = dynamic'
  30. pm.start_servers = 1
  31. pm.min_spare_servers = 1
  32. pm.max_spare_servers = 1
  33.  
  34. ; Uses for log facility
  35. ; If php_value[error_log] is not defined error output will be send for nginx
  36. catch_workers_output = yes
  37.  
  38. ; php.ini custom configuration directives
  39. php_value[file_uploads] = off
  40. php_value[include_path] = ".:/usr/share/php:/usr/share/pear"
  41. php_value[max_execution_time] = 120
  42. php_value[display_errors] = on
  43. php_value[memory_limit] = 256M
  44. php_value[open_basedir] = none
  45. php_value[always_populate_raw_post_data] = -1
  46. php_value[max_input_time] = 120
  47. php_value[short_open_tag] = off
  48. php_value[log_errors] = off
  49. php_value[session.save_path] = ""
  50. php_value[upload_max_filesize] = 256M
  51. php_value[allow_url_fopen] = off
  52. php_value[error_reporting] = 32767
  53. php_value[date.timezone] = Europe/Berlin
  54. php_value[post_max_size] = 256M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement