chore: initialize dockerized wordpress stack

This commit is contained in:
2025-11-16 10:42:14 +08:00
commit 654956a154
6 changed files with 246 additions and 0 deletions

12
wordpress.ini Normal file
View File

@@ -0,0 +1,12 @@
file_uploads = On
memory_limit = 512M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
max_input_time = 1000
; Opcache tuning for better PHP-FPM performance
opcache.enable=1
opcache.memory_consumption=192
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000
opcache.validate_timestamps=0