13 lines
304 B
INI
13 lines
304 B
INI
; HomeOS PHP overrides
|
|
memory_limit = 512M
|
|
upload_max_filesize = 32M
|
|
post_max_size = 32M
|
|
max_execution_time = 120
|
|
date.timezone = UTC
|
|
|
|
; opcache (dev-friendly: validate timestamps so edits take effect)
|
|
opcache.enable = 1
|
|
opcache.enable_cli = 0
|
|
opcache.validate_timestamps = 1
|
|
opcache.revalidate_freq = 0
|