Create .user.ini for PHP-FPM

PHP-FPM can't read .htaccess PHP settings unless a PECL extension is installed.
From version 5.3+ of PHP, settings can be set in .user.ini files

This is a .user.ini file mirroring what is included in the .htaccess file
TODO: Update the documentation if there are sections documenting how to change some PHP limits
This commit is contained in:
Olivier Paroz 2014-09-10 16:08:40 +02:00
parent 1d639161b6
commit 59facd769f
1 changed files with 4 additions and 0 deletions

4
.user.ini Normal file
View File

@ -0,0 +1,4 @@
upload_max_filesize=513M
post_max_size=513M
memory_limit=512M
mbstring.func_overload=0