This commit is contained in:
Oliver Walters 2019-07-12 00:15:47 +10:00
parent 04efa2ece8
commit 31e6aa6906
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ import multiprocessing
bind = "0.0.0.0:8000"
workers = multiprocessing.cpu_count() * 2 + 1
workers = multiprocessing.cpu_count() * 2 + 1

View File

@ -20,7 +20,7 @@ Install Gunicorn
Gunicorn can be installed using PIP:
`pip3 install gunicorn`
``pip3 install gunicorn``
Configure Static Directories