update references to use // instaed of http:// where possible
This commit is contained in:
parent
db877f0c2e
commit
db006d58d6
3 changed files with 4 additions and 4 deletions
|
@ -6,5 +6,5 @@ socket=/tmp/woodwind.sock
|
|||
chmod-socket=666
|
||||
module=woodwind.wsgi
|
||||
import=timers
|
||||
attach-daemon=rqworker
|
||||
attach-daemon=python -m woodwind.websocket_server
|
||||
attach-daemon=venv/bin/rqworker
|
||||
attach-daemon=venv/bin/python -m woodwind.websocket_server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue