mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-12 22:03:31 +02:00
Almost done 2.0.1.
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
AuthName "Test Realm"
|
||||
AuthType Basic
|
||||
AuthUserFile /home/diego/tec/luasocket/test/auth/.htpasswd
|
||||
require valid-user
|
@ -23,7 +23,8 @@ http.TIMEOUT = 10
|
||||
local t = socket.gettime()
|
||||
|
||||
--host = host or "diego.student.princeton.edu"
|
||||
host = host or "dell-diego"
|
||||
--host = host or "diego.student.princeton.edu"
|
||||
host = host or "localhost"
|
||||
proxy = proxy or "http://localhost:3128"
|
||||
prefix = prefix or "/luasocket-test"
|
||||
cgiprefix = cgiprefix or "/luasocket-test-cgi"
|
||||
|
Reference in New Issue
Block a user