mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 19:22:35 +01:00
23 lines
372 B
INI
23 lines
372 B
INI
|
|
; miscellaneous
|
|
; -------------
|
|
|
|
expose_php = off
|
|
|
|
; resource limits
|
|
; ---------------
|
|
|
|
max_execution_time = 60
|
|
max_input_time = 60
|
|
memory_limit = 256M
|
|
upload_max_filesize = 20M
|
|
post_max_size = 20M
|
|
|
|
; opcache
|
|
; -------
|
|
opcache.enable = 1
|
|
opcache.fast_shutdown = 1
|
|
opcache.interned_strings_buffer = 16
|
|
opcache.max_accelerated_files = 7963
|
|
opcache.memory_consumption = 192
|