From: Egor Konovalov Date: Mon, 12 Feb 2024 13:56:05 +0000 (+0000) Subject: Fix typo in /docs/UserManual.md X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=b59be51aac17ab2dc07e840fa9d82f532718b2a8;p=0xmirror%2Fcivetweb.git Fix typo in /docs/UserManual.md --- diff --git a/docs/UserManual.md b/docs/UserManual.md index e90ceef4..13011fbb 100644 --- a/docs/UserManual.md +++ b/docs/UserManual.md @@ -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'