webworker: port 8000

This commit is contained in:
Laura Klünder 2016-12-23 13:35:39 +01:00
parent 462079d040
commit 1c841f828f

View file

@ -20,7 +20,7 @@ if [ "$1" == "webworker" ]; then
--max-requests 1200 \
--max-requests-jitter 50 \
--log-level=info \
--bind=unix:/tmp/c3nav.sock
--bind=127.0.0.1:8000
fi
if [ "$1" == "taskworker" ]; then