Update init.lua
parent
29267170a4
commit
9e203bacf8
1
init.lua
1
init.lua
|
@ -94,7 +94,6 @@ end
|
||||||
--------------------------------------响应函数--------------------------------------------------------------------------------
|
--------------------------------------响应函数--------------------------------------------------------------------------------
|
||||||
function check()
|
function check()
|
||||||
ngx.header.content_type = "text/html"
|
ngx.header.content_type = "text/html"
|
||||||
ngx.sleep(5)
|
|
||||||
ngx.print("just a joke hehe~ !!")
|
ngx.print("just a joke hehe~ !!")
|
||||||
ngx.exit(200)
|
ngx.exit(200)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue