- 2014.11 @ Beijing OSC:
Using ngx_lua in UPYUN
( slideshare | speakerdeck ) - 2015.11 @ Beijing OpenResty Con:
Using ngx_lua in UPYUN 2
( slideshare | speakerdeck ) - blog: http://io.upyun.com/2015/04/14/using-ngxlua-in-upyun/
- Building and Installing Openresty
tar xzvf ngx_openresty-VERSION.tar.gz
cd ngx_openresty-VERSION/
./configure
make
make install
- Start the Nginx Server
cd work
mkdir logs
export PATH=/usr/local/openresty/nginx/sbin:$PATH
nginx -p `pwd`/ -c conf/nginx.conf
- Hello World
curl http://localhost:8080/hello
- http://www.aosabook.org/en/nginx.html
- https://github.com/openresty/echo-nginx-module
- http://nginx.org/en/docs/http/ngx_http_rewrite_module.html
- https://github.com/timebug/base64-nginx-module
- http://agentzh.blogspot.jp/2011/03/how-nginx-location-if-works.html
- https://github.com/openresty/lua-nginx-module
- openresty/lua-resty-string#7
- https://github.com/cloudflare/lua-resty-shcache
- https://github.com/openresty/lua-resty-lrucache
- https://github.com/openresty/lua-upstream-nginx-module
- https://github.com/upyun/lua-resty-checkups