include php8 config files

This commit is contained in:
Sebastian Hugentobler 2021-06-20 11:30:18 +02:00
parent a83b0b935a
commit 404acef35d
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
[template] [template]
src = "00_memory_limit.ini.tmpl" src = "00_memory_limit.ini.tmpl"
dest = "/etc/php7/conf.d/00_memory_limit.ini" dest = "/etc/php8/conf.d/00_memory_limit.ini"

View File

@ -1,3 +1,3 @@
[template] [template]
src = "01_max_execution_time.ini.tmpl" src = "01_max_execution_time.ini.tmpl"
dest = "/etc/php7/conf.d/01_max_execution_time.ini" dest = "/etc/php8/conf.d/01_max_execution_time.ini"

View File

@ -1,3 +1,3 @@
[template] [template]
src = "02_opcache.ini.tmpl" src = "02_opcache.ini.tmpl"
dest = "/etc/php7/conf.d/02_opcache.ini" dest = "/etc/php8/conf.d/02_opcache.ini"

View File

@ -1,3 +1,3 @@
[template] [template]
src = "www.conf.tmpl" src = "www.conf.tmpl"
dest = "/etc/php7/php-fpm.d/www.conf" dest = "/etc/php8/php-fpm.d/www.conf"