mwdb-core icon indicating copy to clipboard operation
mwdb-core copied to clipboard

Configurable maximum uploaded file size

Open psrok1 opened this issue 4 years ago • 0 comments

We already have some limitation involved, but it's just hardcoded in one of nginx configurations:

    client_max_body_size 50M;

https://github.com/CERT-Polska/malwarecage/blob/master/malwarefront/default.conf.template#L6

Moved from CERT.pl internal repository. Reported originally by psrok1

psrok1 avatar May 26 '20 19:05 psrok1