mirror of
https://github.com/10h30/wordpress-caddy-docker.git
synced 2026-06-05 15:09:52 +09:00
Update custom.ini
Add custom settings for opcache
This commit is contained in:
@@ -3,3 +3,12 @@ max_execution_time=300
|
|||||||
php_enable_xdebug=false
|
php_enable_xdebug=false
|
||||||
debug=false
|
debug=false
|
||||||
upload_max_filesize=16M
|
upload_max_filesize=16M
|
||||||
|
[opcache]
|
||||||
|
opcache.enable=1
|
||||||
|
opcache.revalidate_freq=0
|
||||||
|
opcache.validate_timestamps=0
|
||||||
|
opcache.max_accelerated_files=10000
|
||||||
|
opcache.memory_consumption=192
|
||||||
|
opcache.max_wasted_percentage=10
|
||||||
|
opcache.interned_strings_buffer=16
|
||||||
|
opcache.fast_shutdown=1
|
||||||
|
|||||||
Reference in New Issue
Block a user