Fetch the repository succeeded.
[uwsgi]
chdir=/srv/BindPod # 根据自己的项目路径填写
home = /usr
pythonpath=/srv/BindPod # 根据自己的项目路径填写
http=0.0.0.0:8080
master=true
processes=4
threads=2
uid=root
gid=root
thunder-lock=true
enable-threads=true
module=bind-pod.wsgi
socket=bind-pod.sock
pidfile=bind-pod.pid
chmod-socket = 666
vacuum = true
die-on-term = true
Sign in for post a comment
Comment ( 0 )