correct some paths

This commit is contained in:
Oskar Schöldström 2016-03-03 22:12:42 -05:00
parent 346d8fd671
commit 9eadfc1cdc
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,7 @@
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
include={{ php_conf_path }}/fpm/pool.d/*.conf
include={{ php_fpm_conf_path }}/pool.d/*.conf
;;;;;;;;;;;;;;;;;;
; Global Options ;