first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
7
data/conf/phpfpm/php-conf.d/opcache-recommended.ini
Executable file
7
data/conf/phpfpm/php-conf.d/opcache-recommended.ini
Executable file
|
|
@ -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
data/conf/phpfpm/php-conf.d/other.ini
Executable file
3
data/conf/phpfpm/php-conf.d/other.ini
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
max_execution_time = 3600
|
||||
max_input_time = 3600
|
||||
memory_limit = 512M
|
||||
3
data/conf/phpfpm/php-conf.d/upload.ini
Executable file
3
data/conf/phpfpm/php-conf.d/upload.ini
Executable 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