mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Update start.sh
This commit is contained in:
parent
4c9a791b06
commit
2c1d0e3857
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue