diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-20 12:47:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-20 12:47:54 +0000 |
commit | 73bb25bd566f9b5010ce8331a0f059f666aca112 (patch) | |
tree | 62f765f9a9097419a96f46764a1bac76e7ab0664 | |
parent | 26af34b4441abc4e57732e65ebbf9e5b4c1c2abf (diff) | |
download | tipidee-73bb25bd566f9b5010ce8331a0f059f666aca112.tar.gz tipidee-73bb25bd566f9b5010ce8331a0f059f666aca112.tar.xz tipidee-73bb25bd566f9b5010ce8331a0f059f666aca112.zip |
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/tipidee.conf.html | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS index cc2571c..62eae25 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,3 +7,4 @@ Contributors: Thanks to: Lennart Jablonka <humm@ljabl.com> Vincent de Ribou <vins_bozo@yahoo.fr> + Alexis <flexibeast@gmail.com> diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html index d75af1b..691ac94 100644 --- a/doc/tipidee.conf.html +++ b/doc/tipidee.conf.html @@ -419,8 +419,8 @@ This keyword has no effect when given without the <tt>request</tt> keyword. </dd requests that include a <tt>User-Agent:</tt> header. <em>user-agent</em> is quoted like <em>path</em>, to avoid malicious clients messing with log lines. This keyword has no effect when given without the <tt>request</tt> keyword. </dd> - <dt> <tt>x-forwarded-for</tt> </dt> <dd> Add a <tt>x-forwarded-for "<em>xff</em>"</tt> field to the <tt>request</tt> line, for -requests that include an <tt>X-Forwarded-For:</tt> header. <em>xx</em> is quoted like <em>path</em> and <em>user-agent</em>, + <dt> <tt>x-forwarded-for</tt> </dt> <dd> Add an <tt>x-forwarded-for "<em>xff</em>"</tt> field to the <tt>request</tt> line, for +requests that include an <tt>X-Forwarded-For:</tt> header. <em>xff</em> is quoted like <em>path</em> and <em>user-agent</em>, for the same reasons. This keyword has no effect when given without the <tt>request</tt> keyword. <br> Note that if the connection is proxied, the <tt>start</tt> line, if any, will only have information about |