Out of the box support for Lua 5.3.
This commit is contained in:
parent
5edf093643
commit
ddf4292824
7 changed files with 96 additions and 85 deletions
4
test/auth/.htaccess
Normal file
4
test/auth/.htaccess
Normal file
|
@ -0,0 +1,4 @@
|
|||
AuthName "test-auth"
|
||||
AuthType Basic
|
||||
AuthUserFile /Users/diego/impa/luasocket/test/auth/.htpasswd
|
||||
Require valid-user
|
Loading…
Add table
Add a link
Reference in a new issue