Files
hydra-sql/misc/files/frankenphp.caddyfile-prod

27 lines
621 B
Plaintext
Raw Normal View History

2025-09-26 16:43:39 +02:00
{
frankenphp {
php_ini {
realpath_cache_size 4096K
realpath_cache_ttl 600
opcache.enable_cli 1
opcache.memory_consumption 512
opcache.max_accelerated_files 20000
opcache.preload /app/config/preload.php
opcache.preload_user www-data
2025-09-26 16:43:39 +02:00
opcache.validate_timestamps 0
opcache.revalidate_freq 0
apc.enable_cli 1
apc.enable 1
zend.exception_ignore_args On
zend.exception_string_param_max_len 0
error_reporting E_ALL & ~E_DEPRECATED
display_errors Off
display_startup_errors Off
zend.assertions -1
}
worker {
file /app/public/index.php
name hydra-sql-worker
2025-09-26 16:43:39 +02:00
}
}
}