Update init.lua

pull/13/head
loveshell 2013-08-06 16:59:41 +08:00
parent 29267170a4
commit 9e203bacf8
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ end
--------------------------------------响应函数--------------------------------------------------------------------------------
function check()
ngx.header.content_type = "text/html"
ngx.sleep(5)
ngx.print("just a joke hehe~ !!")
ngx.exit(200)
end