mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 03:26:45 +00:00
doc fix
This commit is contained in:
parent
04efa2ece8
commit
31e6aa6906
@ -2,4 +2,4 @@ import multiprocessing
|
||||
|
||||
bind = "0.0.0.0:8000"
|
||||
|
||||
workers = multiprocessing.cpu_count() * 2 + 1
|
||||
workers = multiprocessing.cpu_count() * 2 + 1
|
||||
|
@ -20,7 +20,7 @@ Install Gunicorn
|
||||
|
||||
Gunicorn can be installed using PIP:
|
||||
|
||||
`pip3 install gunicorn`
|
||||
``pip3 install gunicorn``
|
||||
|
||||
|
||||
Configure Static Directories
|
||||
|
Loading…
x
Reference in New Issue
Block a user