downgrade uwsgi to avoid libpcre errors

This commit is contained in:
Kyle Mahan 2016-06-05 10:01:54 -07:00
parent 86e72edfc1
commit 36d0df47b5
3 changed files with 13 additions and 1 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ celerybeat-schedule*
config.py config.py
venv venv
woodwind.cfg woodwind.cfg
localcert

View file

@ -31,7 +31,7 @@ rq==0.5.6
sgmllib3k==1.0.0 sgmllib3k==1.0.0
six==1.10.0 six==1.10.0
SQLAlchemy==1.0.13 SQLAlchemy==1.0.13
uWSGI==2.0.13.1 uWSGI==2.0.12
websockets==3.1 websockets==3.1
Werkzeug==0.11.9 Werkzeug==0.11.9
wheel==0.29.0 wheel==0.29.0

11
woodwind-sock.ini Normal file
View file

@ -0,0 +1,11 @@
[uwsgi]
master=true
processes=1
socket=/tmp/woodwind.sock
chmod-socket=666
#http-socket=:3000
module=woodwind.wsgi
import=timers
attach-daemon=rqworker high low
attach-daemon=python -m woodwind.websocket_server
py-autoreload=3