From e6784097f716f6edce6bc014b9e7873163425550 Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia <80335335+emladevops@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:58:22 +0700 Subject: [PATCH] Update installation.md Currently facing an issue with the testcases size, this would help lots of people! --- docs/site/installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/site/installation.md b/docs/site/installation.md index 227e988..2f688f6 100644 --- a/docs/site/installation.md +++ b/docs/site/installation.md @@ -232,6 +232,13 @@ You should be good to go. Visit the site at where you set it up to verify. If it does not work, check `nginx` logs and `uwsgi` log `stdout`/`stderr` for details. +If you get an error while uploading the test cases (>1MB) to the server, your nginx server is probably not configured properly, you need to add this into your config. + +``` +# Edit 100M according to your test cases size +client_max_body_size 100M; +``` + ?> Now that your site is installed, remember to set `DEBUG` to `False` in `local_settings`. Leaving it `True` is a security risk. ## Configuration of event server