summaryrefslogtreecommitdiff
path: root/docs/configuration-directives/WSGITrustedProxies.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration-directives/WSGITrustedProxies.rst')
-rw-r--r--docs/configuration-directives/WSGITrustedProxies.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/configuration-directives/WSGITrustedProxies.rst b/docs/configuration-directives/WSGITrustedProxies.rst
new file mode 100644
index 0000000..cd76acb
--- /dev/null
+++ b/docs/configuration-directives/WSGITrustedProxies.rst
@@ -0,0 +1,15 @@
+==================
+WSGITrustedProxies
+==================
+
+:Description: Specify a list of trusted proxies.
+:Syntax: ``WSGITrustedProxies`` *ipaddr|(ipaddr-1 ipaddr-2 ...)*
+:Context: server config, virtual host, directory, .htaccess
+:Override: ``FileInfo``
+
+Used to specify a list of IP addresses for proxies placed in front of the
+Apache instance which are trusted.
+
+This directive only has effect when used in conjunction with the
+``WSGITrustedProxyHeaders`` directive. For more details see the documentation
+for the ``WSGITrustedProxyHeaders`` directive.