chore: initialize dockerized wordpress stack
This commit is contained in:
12
wordpress.ini
Normal file
12
wordpress.ini
Normal 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
|
||||
Reference in New Issue
Block a user