update references to use // instaed of http:// where possible

This commit is contained in:
Kyle Mahan 2015-03-17 02:46:42 +00:00
parent db877f0c2e
commit db006d58d6
3 changed files with 4 additions and 4 deletions

View file

@ -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