Dalphi/dalphi

fix `entity too large` for large uploads

Closed this issue · 1 comments

fix `entity too large` for large uploads

fixed with nginx configuration option

        client_max_body_size 512M;

in server section.