webworker: port 8000
This commit is contained in:
parent
462079d040
commit
1c841f828f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue