increase upload filesizes and timeouts

This commit is contained in:
bsod 2021-04-11 21:39:59 +02:00
parent 821867a7d7
commit a9e80edb8a
1 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ opcache.save_comments=1
opcache.revalidate_freq=1
memory_limit = 1G
apc.enable_cli=1
apc.enable=1
upload_max_filesize=1G
post_max_size=1G
max_execution_time=3600
max_input_time=3600