From 6bcb7589527c49d075548c7ac8bc4c0ef13528c6 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Wed, 8 Sep 2021 13:49:34 +0200 Subject: [PATCH] documentation bugfix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0792083..0d1d0cd 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ run the following commands: server starts with - nohup gunicorn --forwarded-allow-ips="*" -b '0:8000' eva.wsgi 2&> logfile & + export PYTHONUNBUFFERED=TRUE; nohup gunicorn --forwarded-allow-ips="*" -b '0:8000' eva.wsgi &> logfile &