Fixed duplicate setting field issue

This commit is contained in:
2023-04-15 21:18:51 +00:00
parent fc1e7a71b2
commit 6f8f678288
4 changed files with 14 additions and 233 deletions

View File

@@ -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"