X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2Fdocker%2Freverse-proxy-configuration.md;h=e53c9422dae8d2810cd4fa3c70034ebcf4caff27;hb=4ff703e3691e6cb398e8d208c1f54ed61315e0e8;hp=d44aa39ff01151eb1ae253bbd57dc6078c654048;hpb=e7f4a03d24470ecf329d31375bceab2ad98f1a0d;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/docker/reverse-proxy-configuration.md b/doc/md/docker/reverse-proxy-configuration.md index d44aa39f..e53c9422 100644 --- a/doc/md/docker/reverse-proxy-configuration.md +++ b/doc/md/docker/reverse-proxy-configuration.md @@ -13,13 +13,13 @@ This guide assumes that: - [mod_proxy](https://httpd.apache.org/docs/2.4/mod/mod_proxy.html) - [Reverse Proxy Request Headers](https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#x-headers) -The following HTTP headers are set by using the `ProxyPass` directive: +The following HTTP headers are set when the `ProxyPass` directive is set: - `X-Forwarded-For` - `X-Forwarded-Host` - `X-Forwarded-Server` -The original `SERVER_NAME` can be send to the proxied host using the `ProxyPreserveHost` directive. +The original `SERVER_NAME` can be sent to the proxied host by setting the [`ProxyPreserveHost`](https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#ProxyPreserveHost) directive to `On`. ```apache