You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2019/12/02 18:29:45 UTC

[incubator-superset] 01/01: Update docs on gunicorn

This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch issue-8704
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit bfe10a5bea40a1abd8b7d3fc79bb9971eb1fa439
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Mon Dec 2 10:29:29 2019 -0800

    Update docs on gunicorn
---
 docs/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index 6aa3b03..2a0e9a2 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -220,7 +220,7 @@ setup known to work well in production: ::
         --limit-request-line 0 \
         --limit-request-field_size 0 \
         --statsd-host localhost:8125 \
-        superset:app
+        "superset.app:create_app()"
 
 Refer to the
 `Gunicorn documentation <https://docs.gunicorn.org/en/stable/design.html>`_