mirror of
https://github.com/langgenius/dify.git
synced 2026-06-24 21:11:16 +08:00
fix(api): disable gunicorn control sock (#37806)
This commit is contained in:
parent
db9b899321
commit
c2a554da93
@ -124,6 +124,7 @@ else
|
||||
exec python -m app
|
||||
else
|
||||
exec gunicorn \
|
||||
--no-control-socket \
|
||||
--bind "${DIFY_BIND_ADDRESS:-0.0.0.0}:${DIFY_PORT:-5001}" \
|
||||
--workers ${SERVER_WORKER_AMOUNT:-1} \
|
||||
--worker-class ${SERVER_WORKER_CLASS:-geventwebsocket.gunicorn.workers.GeventWebSocketWorker} \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user