Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Set PHP-FPM config.
Browse files Browse the repository at this point in the history
  • Loading branch information
thom8 committed May 25, 2017
1 parent 92c2e33 commit e1b8976
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion provisioning/ansible/config/default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ php_opcache_memory_consumption: "192"
php_opcache_max_accelerated_files: 4096
php_max_input_vars: "4000"
php_enable_apc: no
php_module_path: "/usr/lib/php{{ php_version }}/modules"
php_module_path: "/usr/lib/php{{ php_version }}/modules"`
php_enable_php_fpm: true
php_fpm_listen: "127.0.0.1:9000"
# Composer config.
composer_path: /usr/bin/composer
Expand Down

0 comments on commit e1b8976

Please sign in to comment.