mirror of
https://ghproxy.net/https://github.com/netcccyun/dnsmgr.git
synced 2026-07-23 12:28:04 +08:00
15 lines
318 B
INI
15 lines
318 B
INI
[PHP]
|
|
short_open_tag = On
|
|
expose_php = Off
|
|
max_execution_time = 300
|
|
post_max_size = 50M
|
|
upload_max_filesize = 50M
|
|
[Date]
|
|
date.timezone = PRC
|
|
[Opcache]
|
|
opcache.enable=1
|
|
opcache.enable_cli=1
|
|
opcache.memory_consumption=128
|
|
opcache.interned_strings_buffer=32
|
|
opcache.max_accelerated_files=10000
|
|
opcache.revalidate_freq=30
|