From a83b0b935a73fb53e8360f030eae54441e96ca86 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 20 Jun 2021 11:19:26 +0200 Subject: [PATCH] include php8 config files --- rootfs/etc/php8/php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/php8/php-fpm.conf b/rootfs/etc/php8/php-fpm.conf index 4da0650..fdd7898 100644 --- a/rootfs/etc/php8/php-fpm.conf +++ b/rootfs/etc/php8/php-fpm.conf @@ -122,4 +122,4 @@ error_log = syslog ; 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/php-fpm.d/*.conf +include=/etc/php8/php-fpm.d/*.conf