From 59facd769fae15694295261cf5164b328740d4e9 Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Wed, 10 Sep 2014 16:08:40 +0200 Subject: [PATCH] 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 --- .user.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .user.ini diff --git a/.user.ini b/.user.ini new file mode 100644 index 0000000000..9f3691e5fb --- /dev/null +++ b/.user.ini @@ -0,0 +1,4 @@ +upload_max_filesize=513M +post_max_size=513M +memory_limit=512M +mbstring.func_overload=0