final push
This commit is contained in:
+2
-2
@@ -39,10 +39,10 @@ echo "Rebuilding vanilla entity-texture index..."
|
||||
# Directory for gunicorn's access log (parsed by the stats page).
|
||||
mkdir -p "$SCRIPT_DIR/logs"
|
||||
|
||||
echo "Starting Gunicorn on 0.0.0.0:8000..."
|
||||
echo "Starting Gunicorn on 0.0.0.0:8120..."
|
||||
exec "$GUNICORN_BIN" \
|
||||
--workers 3 \
|
||||
--bind 0.0.0.0:8000 \
|
||||
--bind 0.0.0.0:8120 \
|
||||
--access-logfile "$SCRIPT_DIR/logs/gunicorn-access.log" \
|
||||
--access-logformat '%(h)s %(t)s "%(r)s" %(s)s %(b)s %(L)s' \
|
||||
common.wsgi:application
|
||||
|
||||
Reference in New Issue
Block a user