Files
fotohost/gunicorn.conf.py
T

7 lines
97 B
Python

bind = "0.0.0.0:8000"
workers = 2
timeout = 120
accesslog = "-"
errorlog = "-"
loglevel = "info"