- Add DISCOVERY_LOG_LEVEL=debug - Add DISCOVERY_SHOW_PROGRESS=true - Temporary changes for debugging InitializerProcessor fixes on production
21 lines
491 B
INI
21 lines
491 B
INI
expose_php = Off
|
|
|
|
session.cookie_secure = 1
|
|
session.cookie_httponly = 1
|
|
session.cookie_samesite = Lax
|
|
|
|
|
|
date.timezone = Europe/Berlin
|
|
|
|
; OPcache Configuration for Development
|
|
opcache.enable=1
|
|
opcache.memory_consumption=256
|
|
opcache.interned_strings_buffer=16
|
|
opcache.max_accelerated_files=10000
|
|
opcache.validate_timestamps=1
|
|
opcache.revalidate_freq=0
|
|
opcache.save_comments=1
|
|
opcache.enable_file_override=1
|
|
opcache.optimization_level=0x7FFEBFFF
|
|
; opcache.preload=/var/www/html/src/preload.php
|