diff options
Diffstat (limited to 'test/auth/.htaccess')
-rw-r--r-- | test/auth/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/auth/.htaccess b/test/auth/.htaccess new file mode 100644 index 0000000..bb2794a --- /dev/null +++ b/test/auth/.htaccess | |||
@@ -0,0 +1,4 @@ | |||
1 | AuthName "test-auth" | ||
2 | AuthType Basic | ||
3 | AuthUserFile /Users/diego/impa/luasocket/test/auth/.htpasswd | ||
4 | Require valid-user | ||