From 3d213a65b1befb2ef49aa5a17dbb2d300abb1029 Mon Sep 17 00:00:00 2001 From: nonphatic Date: Sun, 3 Jun 2018 08:37:12 -0700 Subject: [PATCH] Lowered client_max_body_size in ex.ert.space to 512M. --- ex.ert.space | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex.ert.space b/ex.ert.space index 57a3d71..8b7228c 100644 --- a/ex.ert.space +++ b/ex.ert.space @@ -1,6 +1,6 @@ server { server_name ex.ert.space; - client_max_body_size 2048M; + client_max_body_size 512M; location / { proxy_pass http://localhost:8080; proxy_set_header Host $host;