Skip to content

Commit

Permalink
fix: 修改 php_fpm_pid 默认路径为 /var/run/php-fpm.pid
Browse files Browse the repository at this point in the history
  • Loading branch information
daixijun committed Nov 28, 2019
1 parent 533ac69 commit bf18b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ php_fpm_request_slowlog_timeout: 3
php_fpm_request_terminate_timeout: 10
php_fpm_catch_workers_output: "yes"

php_fpm_pid: /var/run/nginx/php-fpm.pid
php_fpm_pid: /var/run/php-fpm.pid
php_dependencies:
- gcc
- re2c
Expand Down

0 comments on commit bf18b35

Please sign in to comment.