first commit
This commit is contained in:
commit
5847fb0582
14 changed files with 543 additions and 0 deletions
10
zz-custom-php-settings.ini
Normal file
10
zz-custom-php-settings.ini
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
max_execution_time = 60
|
||||
max_input_time = 30
|
||||
memory_limit = 512M
|
||||
upload_max_filesize = 100M
|
||||
max_file_uploads = 50
|
||||
post_max_size = 100M
|
||||
output_buffering = On
|
||||
|
||||
# extensions
|
||||
extension=uploadprogress.so
|
||||
Loading…
Add table
Add a link
Reference in a new issue