From 612b4a684320c6f8b65a98a834efb731a33db655 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Mon, 11 Nov 2019 15:27:40 +0100 Subject: [PATCH] Fixed more PHP-FPM paths. --- php-fpm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-fpm.conf b/php-fpm.conf index cf0e68b..1f4e662 100644 --- a/php-fpm.conf +++ b/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/*.conf +;include=/etc/php/7.3/fpm/*.conf ;;;;;;;;;;;;;;;;;; ; Global Options ; @@ -126,5 +126,5 @@ error_log = /var/log/php7-fpm.log ; To configure the pools it is recommended to have one .conf file per ; pool in the following directory: -include=/etc/php7/fpm/pool.d/*.conf +include=/etc/php/7.3/fpm/pool.d/*.conf