Created
June 4, 2015 12:59
-
-
Save styks1987/b21f39c8f2464507ccd1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AuthType Basic | |
AuthName "Testing-- Please Identify Yourself" | |
AuthUserFile /srv/auth/.htpasswd | |
Require valid-user | |
<Limit GET POST> | |
Require all denied | |
Require host 111.111.111.111 | |
Require valid-user | |
</Limit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment