🚀 first commit
This commit is contained in:
8
gunicorn-cfg.py
Normal file
8
gunicorn-cfg.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
bind = '0.0.0.0:8000'
|
||||
workers = 1
|
||||
accesslog = '-'
|
||||
loglevel = 'debug'
|
||||
capture_output = True
|
||||
enable_stdio_inheritance = True
|
||||
Reference in New Issue
Block a user