mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +08:00
docs: regenerate settings.md for control_socket default
This commit is contained in:
parent
474f3ffa1e
commit
7499da9a17
@ -54,7 +54,7 @@ A WSGI application path in pattern ``$(MODULE_NAME):$(VARIABLE_NAME)``.
|
|||||||
|
|
||||||
**Command line:** `--control-socket PATH`
|
**Command line:** `--control-socket PATH`
|
||||||
|
|
||||||
**Default:** `'gunicorn.ctl'`
|
**Default:** `'/run/gunicorn.ctl'`
|
||||||
|
|
||||||
Unix socket path for control interface.
|
Unix socket path for control interface.
|
||||||
|
|
||||||
@ -62,8 +62,9 @@ The control socket allows runtime management of Gunicorn via the
|
|||||||
``gunicornc`` command-line tool. Commands include viewing worker
|
``gunicornc`` command-line tool. Commands include viewing worker
|
||||||
status, adjusting worker count, and graceful reload/shutdown.
|
status, adjusting worker count, and graceful reload/shutdown.
|
||||||
|
|
||||||
By default, creates ``gunicorn.ctl`` in the working directory.
|
By default, creates ``/run/gunicorn.ctl`` (requires write access to
|
||||||
Set an absolute path for a fixed location (e.g., ``/var/run/gunicorn.ctl``).
|
``/run``). For user-level deployments, specify a different path such
|
||||||
|
as ``/tmp/gunicorn.ctl`` or ``~/.gunicorn.ctl``.
|
||||||
|
|
||||||
Use ``--no-control-socket`` to disable.
|
Use ``--no-control-socket`` to disable.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user