Initial commit

This commit is contained in:
Zdeněk Burda
2026-01-09 21:26:40 +01:00
parent e83aec6dca
commit 41e3ce6f25
404 changed files with 61250 additions and 28 deletions

8
docker/php/opcache.ini Normal file
View File

@@ -0,0 +1,8 @@
; docker/php/opcache.ini
opcache.enable=1
opcache.enable_cli=0
opcache.memory_consumption=256
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=20000
opcache.validate_timestamps=0
opcache.jit=0

6
docker/php/php.ini Normal file
View File

@@ -0,0 +1,6 @@
; docker/php/php.ini
memory_limit=512M
upload_max_filesize=50M
post_max_size=50M
max_execution_time=300
date.timezone=Europe/Prague