From ac0e353a542bc6daaa9a5f6ef07459ed7c5b71a4 Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Mon, 2 Dec 2019 10:57:05 -0800 Subject: [PATCH] Update docs on gunicorn (#8710) --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 6aa3b0333..2a0e9a216 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 `_