diff --git a/doc/htdocs/configure.html b/doc/htdocs/configure.html index c4f5951b..a6430179 100644 --- a/doc/htdocs/configure.html +++ b/doc/htdocs/configure.html @@ -351,6 +351,14 @@ when handling HTTPS requests.

It is important that your front-end proxy configuration ensures that the headers defined here can not be passed directly from the client.

+
+

x_forwarded_for_header

+ +

Set the X-Forwarded-For header that identify the originating IP +address of the client connection to gunicorn via a proxy.

+

Logging

@@ -421,10 +429,7 @@ normal usages in logging. It provides error and access logging.

You can provide your own worker by giving gunicorn a python path to a subclass like gunicorn.glogging.Logger. Alternatively the syntax can also load the Logger class -with ``egg:gunicorn#simple`

-
-

System Message: WARNING/2 (<string>, line 442); backlink

-Inline literal start-string without end-string.
+with egg:gunicorn#simple

@@ -574,71 +579,72 @@ the just-exited Worker.

Contents