downgrade uwsgi to avoid libpcre errors
This commit is contained in:
parent
86e72edfc1
commit
36d0df47b5
3 changed files with 13 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ celerybeat-schedule*
|
|||
config.py
|
||||
venv
|
||||
woodwind.cfg
|
||||
localcert
|
||||
|
|
|
@ -31,7 +31,7 @@ rq==0.5.6
|
|||
sgmllib3k==1.0.0
|
||||
six==1.10.0
|
||||
SQLAlchemy==1.0.13
|
||||
uWSGI==2.0.13.1
|
||||
uWSGI==2.0.12
|
||||
websockets==3.1
|
||||
Werkzeug==0.11.9
|
||||
wheel==0.29.0
|
||||
|
|
11
woodwind-sock.ini
Normal file
11
woodwind-sock.ini
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue