简单网址缩短short
nginx 配置
location /_z/ {
lua_socket_keepalive_timeout 30s;
content_by_lua_file /usr/local/openresty/lualib/short/index.lua;
}
location /short {
lua_socket_keepalive_timeout 30s;
content_by_lua_file /usr/local/openresty/lualib/short/shorten.lua;
}
修改config.lua redis 地址
转自 https://github.com/peanode/simple-url-shorten
相关推荐
wqiaofujiang 2020-06-16
zllbirdonland 2020-06-16
CSDNMrWang 2020-05-11
陈云佳 2020-04-21
Neptune 2020-04-20
aolishuai 2020-04-15
工作中的点点滴滴 2020-02-15
长安长夜Saint 2020-02-14
liwf 2020-01-10
taoqilin 2020-01-09
始终不够 2019-12-06
byourb 2019-11-29
徐中海C 2019-11-17
hong0 2019-11-17
SZStudy 2016-07-27
峰哥 2020-09-23
陈云佳 2020-08-15
wqiaofujiang 2020-07-05
wordmhg 2020-06-26