Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
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