Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
yum install https://openresty.org/package/centos/openresty.repo
yum install openresty -y
/etc/openresty/nginx conf
:location /lua { content_by_lua_block { ngx.say(\"Hello Lua\") } }
systemctl start openresty
firewall-cmd --add-service=http
curl http://ip/lua