Skip to content

Instantly share code, notes, and snippets.

@phith0n
Created May 31, 2015 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phith0n/06208c84d90a21300ef8 to your computer and use it in GitHub Desktop.
Save phith0n/06208c84d90a21300ef8 to your computer and use it in GitHub Desktop.
lua记录谷歌搜索词
if ngx.var.host == "xdsec.mhz.pw" then
local args = ngx.req.get_uri_args()
if args["q"] then
writefile("/home/wwwroot/fish/"..ngx.var.host..".txt", "search: " .. args["q"] .. "\n")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment