Answers for "php ini wordpress"

PHP
0

php ini wordpress

Configuring PHP directives
See the "Configuration" section of the php image documentation.

For example, to adjust common php.ini flags like upload_max_filesize,
you could create a custom.ini with the desired parameters 
  and place it in the $PHP_INI_DIR/conf.d/ directory.

$PHP_INI_DIR/conf.d/
Posted by: Guest on August-21-2020

Browse Popular Code Answers by Language