documentation bugfix

This commit is contained in:
Benni Bärmann 2021-09-08 13:49:34 +02:00
parent 473f10cf43
commit 6bcb758952
1 changed files with 1 additions and 1 deletions

View File

@ -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 &