7 lines
137 B
Python
7 lines
137 B
Python
workers = 4
|
|
bind = '0.0.0.0:80'
|
|
daemon = True
|
|
timeout = 120
|
|
accesslog = './logs/acess.log'
|
|
errorlog = './logs/error.log'
|
|
autostart = True |