]> source.dussan.org Git - nextcloud-server.git/commit
Create .user.ini for PHP-FPM
authorOlivier Paroz <oparoz@users.noreply.github.com>
Wed, 10 Sep 2014 14:08:40 +0000 (16:08 +0200)
committerOlivier Paroz <oparoz@users.noreply.github.com>
Wed, 10 Sep 2014 14:08:40 +0000 (16:08 +0200)
commit59facd769fae15694295261cf5164b328740d4e9
tree21f03f333c9303aee7e6858dbea672046b457026
parent1d639161b654c3efef7c9ae28511cb6d8b3529c4
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 [new file with mode: 0644]