okey the problem about duplicate is resolved
you said to add two lines to /usr/local/psa/admin/conf/panel.ini
...
[webserver]
nginxClientMaxBodySize = 128m
...
and that cause duplicate problem you should add this
...
[webserver]
nginxClientMaxBodySize =
...
without 128m value
thanks