mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-15 08:33:42 +00:00
Example gunicorn conf file
This commit is contained in:
5
InvenTree/gunicorn.conf.py
Normal file
5
InvenTree/gunicorn.conf.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import multiprocessing
|
||||
|
||||
bind = "0.0.0.0:8000"
|
||||
|
||||
workers = multiprocessing.cpu_count() * 2 + 1
|
||||
Reference in New Issue
Block a user