From 40277f9b4fcb6229609944505d3bd9d53bfff3d0 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 25 Dec 2019 19:54:34 +0100 Subject: [PATCH] nginx max body size --- nginx/conf.d/Recipes.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ {