mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user