Dateien nach "/" hochladen

This commit is contained in:
2025-03-31 14:15:45 +00:00
commit a0bb996aaf
5 changed files with 246 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
memory_limit=${PHP_MEMORY_LIMIT}
upload_max_filesize=${PHP_UPLOAD_LIMIT}
post_max_size=${PHP_UPLOAD_LIMIT}
pm = dynamic
pm.max_children = 25
pm.start_servers = 10
pm.min_spare_servers = 5
pm.max_spare_servers = 20
pm.max_requests = 500