final push

This commit is contained in:
JakeBreath
2026-08-05 19:10:24 -05:00
parent 91dbb675d4
commit 175e5b08d2
4 changed files with 5 additions and 21 deletions
+2 -2
View File
@@ -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