first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.memory_consumption=128
|
||||
opcache.save_comments=1
|
||||
opcache.revalidate_freq=1
|
||||
3
mailcow/data/conf/phpfpm/php-conf.d/other.ini
Normal file
3
mailcow/data/conf/phpfpm/php-conf.d/other.ini
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
max_execution_time = 3600
|
||||
max_input_time = 3600
|
||||
memory_limit = 512M
|
||||
3
mailcow/data/conf/phpfpm/php-conf.d/upload.ini
Normal file
3
mailcow/data/conf/phpfpm/php-conf.d/upload.ini
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
file_uploads = On
|
||||
upload_max_filesize = 64M
|
||||
post_max_size = 64M
|
||||
Loading…
Add table
Add a link
Reference in a new issue