Skip to content

Commit 07321b2

Browse files
author
Serghey Rodin
committed
php location on ubuntu 16.04
1 parent ae4994c commit 07321b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5
-5
lines changed

bin/v-delete-web-domain-backend

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ fi
4444
if [ -d "/etc/php5/fpm/pool.d" ]; then
4545
pool="/etc/php5/fpm/pool.d"
4646
fi
47-
if [ -d "/etc/php/fpm/pool.d" ]; then
48-
pool="/etc/php/fpm/pool.d"
47+
if [ -d "/etc/php/7.0/fpm/pool.d" ]; then
48+
pool="/etc/php/7.0/fpm/pool.d"
4949
fi
5050
if [ ! -e "$pool" ]; then
5151
pool=$(find /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))

func/domain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ prepare_web_backend() {
9090
if [ -d "/etc/php5/fpm/pool.d" ]; then
9191
pool="/etc/php5/fpm/pool.d"
9292
fi
93-
if [ -d "/etc/php/fpm/pool.d" ]; then
94-
pool="/etc/php/fpm/pool.d"
93+
if [ -d "/etc/php/7.0/fpm/pool.d" ]; then
94+
pool="/etc/php/7.0/fpm/pool.d"
9595
fi
9696
if [ ! -e "$pool" ]; then
9797
pool=$(find /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))

install/ubuntu/16.04/templates/web/nginx/php5-fpm/cms_made_simple.stpl renamed to install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.stpl

File renamed without changes.

install/ubuntu/16.04/templates/web/nginx/php5-fpm/cms_made_simple.tpl renamed to install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.tpl

File renamed without changes.

install/ubuntu/16.04/templates/web/nginx/php5-fpm/codeigniter2.stpl renamed to install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.stpl

File renamed without changes.

install/ubuntu/16.04/templates/web/nginx/php5-fpm/codeigniter2.tpl renamed to install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.tpl

File renamed without changes.

install/ubuntu/16.04/templates/web/nginx/php5-fpm/codeigniter3.stpl renamed to install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.stpl

File renamed without changes.

install/ubuntu/16.04/templates/web/nginx/php5-fpm/codeigniter3.tpl renamed to install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.tpl

File renamed without changes.

install/ubuntu/16.04/templates/web/nginx/php5-fpm/datalife_engine.stpl renamed to install/ubuntu/16.04/templates/web/nginx/php-fpm/datalife_engine.stpl

File renamed without changes.

0 commit comments

Comments
 (0)