Разделение конфигов php, мелочи по compose.yml

This commit is contained in:
2025-03-15 20:56:18 +08:00
parent 1b055797d6
commit 31fa1a0f5a
7 changed files with 47 additions and 29 deletions

16
docker/php/prod/php.ini Normal file
View File

@@ -0,0 +1,16 @@
[PHP]
error_reporting = E_ALL
expose_php = Off
file_uploads = Off
memory_limit = 512M
; upload_max_filesize=10M
; post_max_size=10M
[opcache]
opcache.enable = 1
opcache.enable_cli = 1
opcache.memory_consumption = 128
opcache.max_accelerated_files = 30000
opcache.revalidate_freq = 0
opcache.jit_buffer_size = 64M
opcache.jit = tracing