uwsgi ini 设置

时间:2014-04-29 23:26:08   收藏:0   阅读:611

[uwsgi]
socket = 127.0.0.1:3032
chdir = /data/www/yida/
pythonpath = ..
env = DJANGO_SETTINGS_MODULE=yida.settings
module = django.core.handlers.wsgi:WSGIHandler()
processes = 4
threads = 2
stats = 127.0.0.1:9192
pidfile = /var/run/yida.pid
#logto = /data/www/yida/log.log

uwsgi ini 设置,码迷,mamicode.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!