Browse Source

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
tags/v8.0.0alpha1
Olivier Paroz 9 years ago
parent
commit
59facd769f
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .user.ini

+ 4
- 0
.user.ini View File

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

Loading…
Cancel
Save