Update init.lua

pull/13/head
loveshell 2013-08-03 00:17:55 +08:00
parent 7ebb37d4f8
commit 9926cb5991
1 changed files with 1 additions and 0 deletions

View File

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