Update docs on gunicorn (#8710)
This commit is contained in:
parent
6810174fcd
commit
ac0e353a54
|
|
@ -220,7 +220,7 @@ setup known to work well in production: ::
|
||||||
--limit-request-line 0 \
|
--limit-request-line 0 \
|
||||||
--limit-request-field_size 0 \
|
--limit-request-field_size 0 \
|
||||||
--statsd-host localhost:8125 \
|
--statsd-host localhost:8125 \
|
||||||
superset:app
|
"superset.app:create_app()"
|
||||||
|
|
||||||
Refer to the
|
Refer to the
|
||||||
`Gunicorn documentation <https://docs.gunicorn.org/en/stable/design.html>`_
|
`Gunicorn documentation <https://docs.gunicorn.org/en/stable/design.html>`_
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue