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

Commit e1b8976

Browse files
committed
Set PHP-FPM config.
1 parent 92c2e33 commit e1b8976

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

provisioning/ansible/config/default.config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ php_opcache_memory_consumption: "192"
172172
php_opcache_max_accelerated_files: 4096
173173
php_max_input_vars: "4000"
174174
php_enable_apc: no
175-
php_module_path: "/usr/lib/php{{ php_version }}/modules"
175+
php_module_path: "/usr/lib/php{{ php_version }}/modules"`
176+
php_enable_php_fpm: true
177+
php_fpm_listen: "127.0.0.1:9000"
176178
177179
# Composer config.
178180
composer_path: /usr/bin/composer

0 commit comments

Comments
 (0)