Skip to content

Commit

Permalink
Create .user.ini for PHP-FPM
Browse files Browse the repository at this point in the history
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
  • Loading branch information
oparoz committed Sep 10, 2014
1 parent 1d63916 commit 59facd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .user.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
upload_max_filesize=513M
post_max_size=513M
memory_limit=512M
mbstring.func_overload=0

0 comments on commit 59facd7

Please sign in to comment.