hello world
1)ngx_lua模块的hello world
location /helloworld {
default_type text/html;
content_by_lua 'ngx.say("hello world")';
}/usr/local/openresty/nginx/sbin/nginx -t -c /usr/local/openresty/nginx/conf/nginx.conf./nginx -s reload2)nginx的内部变量
测试
Last updated