Forráskód Böngészése

Document enable_auth_domain_check option (#396)

bel2125 8 éve
szülő
commit
4921df179b
1 módosított fájl, 5 hozzáadás és 0 törlés
  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).