mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
Merge pull request #10992 from oparoz/patch-3
Create .user.ini for PHP-FPM
This commit is contained in:
commit
45b02f8f47
1 changed files with 4 additions and 0 deletions
4
.user.ini
Normal file
4
.user.ini
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
upload_max_filesize=513M
|
||||
post_max_size=513M
|
||||
memory_limit=512M
|
||||
mbstring.func_overload=0
|
||||
Loading…
Reference in a new issue