andreymal

tabun config: fpm.d/app.pool.conf

Nov 3rd, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [tabun]
  2. listen = 127.0.0.1:9510
  3.  
  4. pm = dynamic
  5. pm.max_children = 32
  6. pm.start_servers = 4
  7. pm.min_spare_servers = 2
  8. pm.max_spare_servers = 6
  9.  
  10. pm.status_path = /status
  11. pm.process_idle_timeout = 2s
  12. pm.max_requests = 10000
  13.  
  14. access.log = /path/to/tabun/log/$pool.access.log
  15. php_admin_value[error_log] = /path/to/tabun/log/$pool.error.log
  16. php_admin_value[mail.log] = /path/to/tabun/log/$pool.mail.log
  17.  
  18. env[CONFIG] = /path/to/tabun/cfg/app.conf.php
  19. env[COMPOSER_DIR] = /path/to/tabun
Add Comment
Please, Sign In to add comment