13 lines
400 B
INI
13 lines
400 B
INI
; Keep timestamp validation enabled because WordPress updates code on its PVC
|
|
; without necessarily restarting Apache.
|
|
opcache.enable=1
|
|
opcache.enable_cli=0
|
|
opcache.memory_consumption=192
|
|
opcache.interned_strings_buffer=16
|
|
opcache.max_accelerated_files=20000
|
|
opcache.validate_timestamps=1
|
|
opcache.revalidate_freq=2
|
|
opcache.save_comments=1
|
|
opcache.validate_permission=1
|
|
opcache.restrict_api=/srv/http
|