11 lines
188 B
Python
11 lines
188 B
Python
backlog = 128
|
|
|
|
workers = 2
|
|
|
|
bind = "0.0.0.0"
|
|
|
|
accesslog = errorlog = "-"
|
|
loglevel = "info"
|
|
|
|
access_log_format = '%(t)s[%({x-forwarded-for}i)s] "%(r)s" %(s)s %(b)s (From: "%(f)s") "%(a)s"'
|