From 9fb1f87adb9a7cf60ce26be6537322e6bdf6d117 Mon Sep 17 00:00:00 2001 From: Jonathan Chan Date: Sun, 22 Nov 2020 13:24:18 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60f0549..db9ff89 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ The URL [example.ert.space](http://example.ert.space) will point to the local [p server { listen 80; listen [::]:80; + client_max_body_size 512M; server_name example.ert.space; location / { proxy_pass http://localhost:8080;