Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions adm/php_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# $3 : unix socket path used to tell with php-fpm process

export MFMODULE_RUNTIME_GROUP=metwork
export PHPFPMCONF=${MFMODULE_RUNTIME_HOME}/tmp/config_auto/php-fpm."$1".conf
export WWWCONF=${MFMODULE_RUNTIME_HOME}/tmp/config_auto/www."$1".conf
export PHPFPMCONF=${MFMODULE_RUNTIME_HOME}/tmp/config_auto/php-fpm."$1"_"$2".conf
export WWWCONF=${MFMODULE_RUNTIME_HOME}/tmp/config_auto/www."$1"_"$2".conf
export PHP_SOCKET_PATH="$3"
export PHP_LOGFILE_PATH=${MFMODULE_RUNTIME_HOME}/log/app_"$1"_"$2".log

Expand Down