Using Ngxlua In Upyun Save

2014 Beijing OSC, 2015 Beijing OpenResty Con

Project README

Using ngx_lua in UPYUN

Run the Code

  1. Building and Installing Openresty
tar xzvf ngx_openresty-VERSION.tar.gz
cd ngx_openresty-VERSION/
./configure
make
make install
  1. Start the Nginx Server
cd work
mkdir logs

export PATH=/usr/local/openresty/nginx/sbin:$PATH
nginx -p `pwd`/ -c conf/nginx.conf
  1. Hello World
curl http://localhost:8080/hello

See Also

Open Source Agenda is not affiliated with "Using Ngxlua In Upyun" Project. README Source: timebug/using-ngxlua-in-upyun
Stars
75
Open Issues
0
Last Commit
7 years ago

Open Source Agenda Badge

Open Source Agenda Rating