Fix rst grammar problems (#4116)

This commit is contained in:
Benedict Jin
2017-12-26 15:39:28 +08:00
committed by Maxime Beauchemin
parent 6e1ec8347d
commit 82ed4878c4
7 changed files with 807 additions and 807 deletions

View File

@@ -148,7 +148,7 @@ around `gunicorn`, it doesn't expose all the options you may need,
so you'll want to craft your own `gunicorn` command in your production
environment. Here's an **async** setup known to work well: ::
gunicorn \
 gunicorn \
-w 10 \
-k gevent \
--timeout 120 \
@@ -185,7 +185,7 @@ In case that the reverse proxy is used for providing ssl encryption,
an explicit definition of the `X-Forwarded-Proto` may be required.
For the Apache webserver this can be set as follows: ::
RequestHeader set X-Forwarded-Proto "https"
 RequestHeader set X-Forwarded-Proto "https"
Configuration
-------------
@@ -399,7 +399,7 @@ metadata from your Druid cluster(s)
CORS
-----
----
The extra CORS Dependency must be installed: