summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-21 20:37:13 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-21 20:37:13 +0000
commitabecd1f9e7a7d1d802be83156ac2f8720f2e977b (patch)
tree475cd246202b5a848cd8b976cf286e8ea9062bfd /doc
parent5fca55de8de3976be01c15141f3edc667a07d750 (diff)
downloadtipidee-abecd1f9e7a7d1d802be83156ac2f8720f2e977b.tar.xz
Some bugfixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/tipidee.conf.html8
-rw-r--r--doc/tipideed.html2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html
index 64e3d30..f328a62 100644
--- a/doc/tipidee.conf.html
+++ b/doc/tipidee.conf.html
@@ -583,10 +583,10 @@ while allowing the client to change the request method. You generally should not
<li> <a href="https://datatracker.ietf.org/doc/html/rfc9110#section-15.4.3"><tt>302</tt></a>: temporary redirection
while allowing the client to change the request method. You generally should not need this. </li>
</ul> </li>
- <li> <em>target</em> is the target of the redirection. It should be a full URL starting
-with <tt>http://</tt> or <tt>https://</tt>; it can also be a simple path, indicating a
-local redirection, in which case <a href="tipideed.html">tipideed</a> will process it
-under the requested host. </li>
+ <li> <em>target</em> is the target of the redirection. It must be a full URL starting
+with <tt>http://</tt> or <tt>https://</tt>. (If you want local redirection under the
+same virtual domain, this directive is not what you want: instead, you can make a
+symbolic link in your filesystem.) </li>
<li> Unlike files or directories given as arguments in other local directives,
<em>resource</em> does not need to exist in the filesystem.
<a href="tipideed.html">tipideed</a> processes redirections <em>before</em> looking
diff --git a/doc/tipideed.html b/doc/tipideed.html
index 754f147..1b1b17c 100644
--- a/doc/tipideed.html
+++ b/doc/tipideed.html
@@ -339,7 +339,7 @@ and continues the loop </li>
the wanted resource or a prefix (by directory) of the wanted resource. If it's
the case, it answers with that redirection and continues the loop. </li>
<li> It looks for a suitable resource in the filesystem, completing the
-request with index files if necessary, or substracting CGI INFO_PATHs if
+request with index files if necessary, or extracting CGI INFO_PATHs if
necessary </li>
<li> It uses the canonical path of the resource in the filesystem to look
for resource attributes in its configuration. (Is this a CGI script? a NPH