Browse Source

Document case_sensitive_files option for Windows

bel 8 năm trước cách đây
mục cha
commit
84131d8076
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      docs/UserManual.md

+ 3 - 0
docs/UserManual.md

@@ -482,6 +482,9 @@ on a tmpfs (linux) on a system with very high throughput.
 ### allow\_sendfile\_call `yes`
 This option can be used to enable or disable the use of the Linux `sendfile` system call. It is only available for Linux systems and only affecting HTTP (not HTTPS) connections if `throttle` is not enabled. While using the `sendfile` call will lead to a performance boost for HTTP connections, this call may be broken for some file systems and some operating system versions.
 
+### case\_sensitive\_files `no`
+This option can be uset to enable case URLs for Windows servers. It is only available for Windows systems. Windows file systems are not case sensitive, but they still store the file name including case. If this option is set to `yes`, the comparison for URIs and Windows file names will be case sensitive.
+
 
 # Lua Scripts and Lua Server Pages
 Pre-built Windows and Mac civetweb binaries have built-in Lua scripting