]> git.feebdaed.xyz Git - 0xmirror/civetweb.git/commitdiff
Fix typo in /docs/UserManual.md
authorEgor Konovalov <egor.konovalov@vmssoftware.com>
Mon, 12 Feb 2024 13:56:05 +0000 (13:56 +0000)
committerEgor Konovalov <egor.konovalov@vmssoftware.com>
Mon, 12 Feb 2024 13:56:05 +0000 (13:56 +0000)
docs/UserManual.md

index e90ceef49197cf2705fa28b309bb77be2203483a..13011fbba903b1d5c82e966aea7785463a214289 100644 (file)
@@ -180,7 +180,7 @@ This option can be specified multiple times. All specified header lines will be
 ### allow\_index\_script\_resource `no`
 Index scripts (like `index.cgi` or `index.lua`) may have script handled resources.
 
-It this feature is activated, that /some/path/file.ext might be handled by:
+If this feature is activated, then /some/path/file.ext might be handled by:
   1. /some/path/file.ext (with PATH\_INFO='/', if ext = cgi)
   2. /some/path/index.lua with mg.request\_info.path\_info='/file.ext'
   3. /some/path/index.cgi with PATH\_INFO='/file.ext'