Adjust the PHP config to allow bigger uploads on Nextcloud

This commit is contained in:
Andreas Zweili 2022-06-27 18:10:55 +02:00
parent a0e3793185
commit c7db751831
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
upload_max_filesize=20G
post_max_size=550M
post_max_size=20G
max_input_time=3600
max_execution_time=3600
memory_limit=2G