mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-13 02:35:29 +00:00
Initial commit
- Copied from inventree.github.io
This commit is contained in:
5
_includes/gunicorn.conf.py
Normal file
5
_includes/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