mirror of
https://github.com/open-webui/open-webui
synced 2025-04-27 01:32:43 +00:00
Update start.sh
This commit is contained in:
parent
4c9a791b06
commit
2c1d0e3857
@ -65,4 +65,4 @@ if [ -n "$SPACE_ID" ]; then
|
||||
export WEBUI_URL=${SPACE_HOST}
|
||||
fi
|
||||
|
||||
WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec uvicorn open_webui.main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*'
|
||||
WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec uvicorn open_webui.main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*' --workers "${UVICORN_WORKERS:-1}"
|
||||
|
Loading…
Reference in New Issue
Block a user