From dd5b3a617498949ee06c878c4f28215cad64d31e Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Jan 2019 00:49:04 +0200 Subject: [PATCH] Fixed PHP5 -> PHP7 --- web-nginx-mysql/alpine/conf/etc/php7/php-fpm.conf | 2 +- web-nginx-pgsql/alpine/conf/etc/php7/php-fpm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web-nginx-mysql/alpine/conf/etc/php7/php-fpm.conf b/web-nginx-mysql/alpine/conf/etc/php7/php-fpm.conf index 86ab0a5fb..19e557456 100644 --- a/web-nginx-mysql/alpine/conf/etc/php7/php-fpm.conf +++ b/web-nginx-mysql/alpine/conf/etc/php7/php-fpm.conf @@ -12,7 +12,7 @@ ; Relative path can also be used. They will be prefixed by: ; - the global prefix if it's been set (-p argument) ; - /usr otherwise -include = /etc/php7/fpm.d/*.conf +include = /etc/php7/php-fpm.d/*.conf ;;;;;;;;;;;;;;;;;; ; Global Options ; diff --git a/web-nginx-pgsql/alpine/conf/etc/php7/php-fpm.conf b/web-nginx-pgsql/alpine/conf/etc/php7/php-fpm.conf index 86ab0a5fb..19e557456 100644 --- a/web-nginx-pgsql/alpine/conf/etc/php7/php-fpm.conf +++ b/web-nginx-pgsql/alpine/conf/etc/php7/php-fpm.conf @@ -12,7 +12,7 @@ ; Relative path can also be used. They will be prefixed by: ; - the global prefix if it's been set (-p argument) ; - /usr otherwise -include = /etc/php7/fpm.d/*.conf +include = /etc/php7/php-fpm.d/*.conf ;;;;;;;;;;;;;;;;;; ; Global Options ;