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;