include php8 config files
This commit is contained in:
parent
a83b0b935a
commit
404acef35d
4 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
[template]
|
||||
src = "00_memory_limit.ini.tmpl"
|
||||
dest = "/etc/php7/conf.d/00_memory_limit.ini"
|
||||
dest = "/etc/php8/conf.d/00_memory_limit.ini"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[template]
|
||||
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"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[template]
|
||||
src = "02_opcache.ini.tmpl"
|
||||
dest = "/etc/php7/conf.d/02_opcache.ini"
|
||||
dest = "/etc/php8/conf.d/02_opcache.ini"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[template]
|
||||
src = "www.conf.tmpl"
|
||||
dest = "/etc/php7/php-fpm.d/www.conf"
|
||||
dest = "/etc/php8/php-fpm.d/www.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue