From 31e6aa69063287f9b16fbdb8303b15a438f0ff3e Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 12 Jul 2019 00:15:47 +1000 Subject: [PATCH] doc fix --- InvenTree/gunicorn.conf.py | 2 +- docs/deploy.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/gunicorn.conf.py b/InvenTree/gunicorn.conf.py index a117c05144..aeee2a366b 100644 --- a/InvenTree/gunicorn.conf.py +++ b/InvenTree/gunicorn.conf.py @@ -2,4 +2,4 @@ import multiprocessing bind = "0.0.0.0:8000" -workers = multiprocessing.cpu_count() * 2 + 1 \ No newline at end of file +workers = multiprocessing.cpu_count() * 2 + 1 diff --git a/docs/deploy.rst b/docs/deploy.rst index 3e12368986..2ce5e7b255 100644 --- a/docs/deploy.rst +++ b/docs/deploy.rst @@ -20,7 +20,7 @@ Install Gunicorn Gunicorn can be installed using PIP: -`pip3 install gunicorn` +``pip3 install gunicorn`` Configure Static Directories