First commit

This commit is contained in:
julien
2026-03-27 14:43:08 +01:00
commit ced7dbfbf7
54 changed files with 3680 additions and 0 deletions

12
docker/php-prod.ini Normal file
View File

@@ -0,0 +1,12 @@
expose_php = Off
log_errors = On
display_errors = Off
error_log = /var/www/html/logs/php-error.log
session.use_strict_mode = 1
opcache.enable = 1
opcache.enable_cli = 0
opcache.validate_timestamps = 0
opcache.memory_consumption = 128
opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 10000