Fixed duplicate setting field issue
This commit is contained in:
@@ -134,8 +134,11 @@ global:
|
||||
logErrors: "On"
|
||||
|
||||
adminValues:
|
||||
upload_max_filesize: "256M"
|
||||
post_max_size: "256M"
|
||||
memory_limit: "512M"
|
||||
upload_max_filesize: "512M"
|
||||
post_max_size: "512M"
|
||||
max_execution_time: "300"
|
||||
max_input_time: "300"
|
||||
|
||||
nginx:
|
||||
workerConnections: "1024"
|
||||
|
||||
Reference in New Issue
Block a user