Test back to localhost.
This commit is contained in:
parent
8420541720
commit
a65c599fc5
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ http.TIMEOUT = 10
|
||||||
|
|
||||||
local t = socket.gettime()
|
local t = socket.gettime()
|
||||||
|
|
||||||
host = host or "dell-diego" -- "diego.student.princeton.edu"
|
host = host or "localhost" -- "diego.student.princeton.edu"
|
||||||
proxy = proxy or "http://dell-diego:3128"
|
proxy = proxy or "http://localhost:3128"
|
||||||
prefix = prefix or "/luasocket-test"
|
prefix = prefix or "/luasocket-test"
|
||||||
cgiprefix = cgiprefix or "/luasocket-test-cgi"
|
cgiprefix = cgiprefix or "/luasocket-test-cgi"
|
||||||
index_file = "index.html"
|
index_file = "index.html"
|
||||||
|
|
Loading…
Add table
Reference in a new issue