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