Answer the question
In order to leave comments, you need to log in
How to fix entity too large (rules nginx config for 5gb, used bodyParser with 5gb limit and loader file also 5gb?
Hello. Here is my code:
app.use(fileUpload({
limits: { fileSize: 5000 * 1024 * 1024 }
}));
app.use(bodyParser({
limit: 5000 * 1024 * 1024,
extended: true
}));
client_max_body_size 5000M;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question