码迷,mamicode.com
首页 > 其他好文 > 详细

uwsgi ini 设置

时间:2014-04-29 23:26:08      阅读:611      评论:0      收藏:0      [点我收藏+]

标签:log   c   t   set   file   python   path   read   pat   roc   process   

[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

uwsgi ini 设置

标签:log   c   t   set   file   python   path   read   pat   roc   process   

原文地址:http://www.cnblogs.com/jeffsun/p/3696896.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!