mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-27 21:39:32 +00:00
Added files from frankenphp symfony skeleton
This commit is contained in:
parent
d3a819613f
commit
19967bd42e
11 changed files with 431 additions and 122 deletions
13
frankenphp/conf.d/app.ini
Normal file
13
frankenphp/conf.d/app.ini
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
expose_php = 0
|
||||
date.timezone = UTC
|
||||
apc.enable_cli = 1
|
||||
session.use_strict_mode = 1
|
||||
zend.detect_unicode = 0
|
||||
|
||||
; https://symfony.com/doc/current/performance.html
|
||||
realpath_cache_size = 4096K
|
||||
realpath_cache_ttl = 600
|
||||
opcache.interned_strings_buffer = 16
|
||||
opcache.max_accelerated_files = 20000
|
||||
opcache.memory_consumption = 256
|
||||
opcache.enable_file_override = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue