aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cgiwrapper-nollmcrawler.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-26 01:11:33 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-26 01:11:33 +0000
commite759a3d3b28c75317798f73a153f596cf1afdb00 (patch)
treed0d128c76bca0ff966702631ec9b20a4eaa7a6c8 /doc/cgiwrapper-nollmcrawler.html
parent55d5b2c8fe58a2b7f756e8b96bfa51e92759a5a1 (diff)
downloadtipidee-e759a3d3b28c75317798f73a153f596cf1afdb00.tar.gz
Doc typo fixes
Diffstat (limited to 'doc/cgiwrapper-nollmcrawler.html')
-rw-r--r--doc/cgiwrapper-nollmcrawler.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cgiwrapper-nollmcrawler.html b/doc/cgiwrapper-nollmcrawler.html
index 3fa5d2b..2b2104c 100644
--- a/doc/cgiwrapper-nollmcrawler.html
+++ b/doc/cgiwrapper-nollmcrawler.html
@@ -114,14 +114,14 @@ efficiency is important. Implementing a ban with just a <tt>symlink()</tt> is ef
<ul>
<li> cgiwrapper-nollmcrawler expects to be run by tipideed as a CGI program,
as a wrapper around <em>realcgi...</em>.
- <li> e.g. if the URL you want to protect is <tt>https://example.com/cgit.cgi</tt>,
+ <li> E.g. if the URL you want to protect is <tt>https://example.com/cgit.cgi</tt>,
and <tt>cgit.cgi</tt> is a direct cgit binary, then the way to protect it is:
<ul>
<li> Move <tt>cgit.cgi</tt> to <tt>cgit.cgi-real</tt> and <em>never link this resource anywhere</em>. </li>
<li> Write a script (shell, execline, whatever language you want) standing in for <tt>cgit.cgi</tt>
that execs into cgiwrapper-nollmcrawler with <tt>cgit.cgi-real</tt> as its last argument. Make it executable. </li>
</ul> </li>
- <li> cgiwrapper-nollmcrawler is typically be used to protect cgit, but it can
+ <li> cgiwrapper-nollmcrawler is typically used to protect cgit, but it can
protect any backend that uses CGI as its interface and has deep URLs with easily
identifiable query strings. </li>
</ul>