Skip to content

Commit 361f3ea

Browse files
committed
Update README.md
1 parent 2bf0b3a commit 361f3ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Configure on httpAuthModule section or appSettings section.
9191
<add key="HttpAuthModule.DigestNonceSalt" value="uht9987bbbSAX" />
9292
<add key="HttpAuthModule.RestrictIPAddresses" value="127.0.0.1;::1"/>
9393
<add key="HttpAuthModule.IgnorePathRegex" value="^/Home/Ignore$|^/Ignore\.aspx$"/>
94-
<add key="HttpAuthModule.RestrictIPAddresses" value="127.0.0.1;::1"/>
94+
<add key="HttpAuthModule.IgnoreIPAddresses" value="127.0.0.1;::1"/>
9595
</appSettings>
9696

9797
<system.webServer>
@@ -126,6 +126,6 @@ if you add HttpAuthModuleEnabled=false to appSettings, HttpAUthModule doesn't ru
126126
2. put HttpAuthModule.dll into bin dir.
127127
3. put Web.config into root dir.
128128

129-
HttpAuthModule.dll and Web.config is here, https://github.com/nabehiro/HttpAuthModule/PHPResources
129+
HttpAuthModule.dll and Web.config is here, [https://github.com/nabehiro/HttpAuthModule/PHPResources](https://github.com/nabehiro/HttpAuthModule/tree/master/PHPResources)
130130

131131
please see detail, http://blogs.gine.jp/taka/archives/2753

0 commit comments

Comments
 (0)