aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose/config/nginx/nginx.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose/config/nginx/nginx.conf b/docker-compose/config/nginx/nginx.conf
index 6e9d102fed..435b860821 100644
--- a/docker-compose/config/nginx/nginx.conf
+++ b/docker-compose/config/nginx/nginx.conf
@@ -24,6 +24,9 @@ http {
server cps-and-ncmp:8080;
}
+ # Set the max allowed size of the incoming request
+ client_max_body_size 2m;
+
server {
listen 80;