Add gunicorn_config.py

This commit is contained in:
Joshua Askharoun
2021-04-17 16:46:34 -05:00
parent 277cecbead
commit baa3fd78cd
3 changed files with 6 additions and 15 deletions
+2
View File
@@ -0,0 +1,2 @@
bind = "0.0.0.0:80"
workers = 2