Skip to content
Snippets Groups Projects
Commit 59facd76 authored by Olivier Paroz's avatar Olivier Paroz
Browse files

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
parent 1d639161
No related branches found
No related tags found
No related merge requests found
upload_max_filesize=513M
post_max_size=513M
memory_limit=512M
mbstring.func_overload=0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment