Guest User

Untitled

a guest
Jun 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. web1:
  2. ################################################
  3. ## GENERAL SETTINGS
  4. ################################################
  5. shared_writable_dirs:
  6. - app
  7. - app/cache
  8. - app/logs
  9.  
  10. ################################################
  11. ## WEB SPECIFIC SETTINGS
  12. ################################################
  13. document_root: web
  14. default_gateway: app.php
  15. index_list: [app.php]
  16.  
  17. ################################################
  18. ## PHP SPECIFIC SETTINGS
  19. ################################################
  20. php_version: 5.3.5
  21. php_extensions:
  22. - intl
  23. - mbstring
  24. - xsl
  25. - apc
  26. - mysql
  27. - posix
  28. - iconv
  29. - tokenizer
  30. - xml
  31. - pdo_mysql
  32. php_session_autostart: Off
  33. php_short_open_tag: Off
  34. magic_quotes_gpc: Off
  35.  
  36. ################################################
  37. ## DEPLOYMENT HOOKS
  38. ################################################
  39. after_build:
  40. - "php /var/www/bin/vendors install"
Add Comment
Please, Sign In to add comment