├── LICENSE ├── README.md ├── conf ├── lua │ ├── n3r │ │ └── urlshortener_eval.lua │ └── resty │ │ └── redis.lua └── nginx.conf └── html └── shorten-ui.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mambat/shorturl-nginx/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mambat/shorturl-nginx/HEAD/README.md -------------------------------------------------------------------------------- /conf/lua/n3r/urlshortener_eval.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mambat/shorturl-nginx/HEAD/conf/lua/n3r/urlshortener_eval.lua -------------------------------------------------------------------------------- /conf/lua/resty/redis.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mambat/shorturl-nginx/HEAD/conf/lua/resty/redis.lua -------------------------------------------------------------------------------- /conf/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mambat/shorturl-nginx/HEAD/conf/nginx.conf -------------------------------------------------------------------------------- /html/shorten-ui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mambat/shorturl-nginx/HEAD/html/shorten-ui.html --------------------------------------------------------------------------------