瀏覽代碼

Document enable_auth_domain_check option (#396)

bel2125 8 年之前
父節點
當前提交
4921df179b
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/UserManual.md

+ 5 - 0
docs/UserManual.md

@@ -145,6 +145,11 @@ Authorization realm used for HTTP digest authentication. This domain is
 used in the encoding of the `.htpasswd` authorization files as well.
 Changing the domain retroactively will render the existing passwords useless.
 
+### enable\_auth\_domain\_check `yes`
+When using absolute URLs, verify the host is identical to the authentication\_domain. If enabled, requests to absolute URLs will only be prozessed 
+if they are directed to the domain. If disabled, absolute URLs to any host
+will be accepted.
+
 ### ssi\_pattern `**.shtml$|**.shtm$`
 All files that match `ssi_pattern` are treated as Server Side Includes (SSI).