Dateien nach "/" hochladen
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user