mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-02-10 00:11:35 +01:00
correct some paths
This commit is contained in:
parent
346d8fd671
commit
9eadfc1cdc
@ -77,7 +77,7 @@ php_source_make_command: "make"
|
||||
php_source_configure_command: >
|
||||
./configure
|
||||
--prefix={{ php_source_install_path }}
|
||||
--with-config-file-path={{ php_conf_path }}
|
||||
--with-config-file-path={{ php_conf_paths | first }}
|
||||
--enable-mbstring
|
||||
--enable-zip
|
||||
--enable-bcmath
|
||||
|
@ -15,7 +15,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||
DESC="PHP FastCGI Process Manager"
|
||||
NAME={{ php_fpm_daemon }}
|
||||
DAEMON=/usr/sbin/$NAME
|
||||
DAEMON_ARGS="--daemonize --fpm-config {{ php_conf_path }}/fpm/php-fpm.conf"
|
||||
DAEMON_ARGS="--daemonize --fpm-config {{ php_fpm_conf_path }}/php-fpm.conf"
|
||||
PIDFILE=/var/run/{{ php_fpm_daemon }}.pid
|
||||
TIMEOUT=30
|
||||
SCRIPTNAME=/etc/init.d/$NAME
|
||||
|
@ -2,7 +2,7 @@
|
||||
; FPM Configuration ;
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
include={{ php_conf_path }}/fpm/pool.d/*.conf
|
||||
include={{ php_fpm_conf_path }}/pool.d/*.conf
|
||||
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
; Global Options ;
|
||||
|
Loading…
Reference in New Issue
Block a user