Initial commit

This commit is contained in:
boboko
2026-07-03 13:46:54 +00:00
commit cbad03bf8f
125 changed files with 20420 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[www]
; Static workers: no spawn latency under load.
; Rule of thumb: (available container RAM in MB) / ~60 = max_children
; At 512MB container: 8, at 1GB: 16. Start conservative.
pm = static
pm.max_children = 8
pm.max_requests = 500
+10
View File
@@ -0,0 +1,10 @@
upload_max_filesize = 100M
post_max_size = 100M
memory_limit = 256M
max_execution_time = 60
[opcache]
opcache.enable = 1
opcache.memory_consumption = 128
opcache.validate_timestamps = 1
opcache.revalidate_freq = 0
+14
View File
@@ -0,0 +1,14 @@
upload_max_filesize = 100M
post_max_size = 100M
memory_limit = 256M
max_execution_time = 60
[opcache]
opcache.enable = 1
opcache.memory_consumption = 256
opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 20000
opcache.revalidate_freq = 0
opcache.validate_timestamps = 0
opcache.jit = 1255
opcache.jit_buffer_size = 64M