diff --git a/nginx/conf.d/Recipes.conf b/nginx/conf.d/Recipes.conf index d87031f9b..e44ed162f 100644 --- a/nginx/conf.d/Recipes.conf +++ b/nginx/conf.d/Recipes.conf @@ -2,7 +2,7 @@ server { listen 80; server_name localhost; - client_max_body_size 16m; + client_max_body_size 16M; # serve static files location /static/ {