Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
OpenResty

OpenResty

OpenResty is a full web application server bundling the standard nginx core with LuaJIT, curated Lua libraries, and third-party nginx modules, built for high-concurrency dynamic web apps, APIs, and gateways. 13,900+ GitHub stars.

At a glance

13.9k

GitHub stars

78

Active installs

Version Latest OS Ubuntu Server 24.04 LTS Min RAM 1 GB IP IPV4,IPV6

Active installs is sample data (staging preview); real metric wires in before launch.

Accessing OpenResty

  • Open in browser: http://<SERVER_IP>

Important Files & Directories

  • Main Config: /usr/local/openresty/nginx/conf/nginx.conf
  • Config Directory: /usr/local/openresty/nginx/conf
  • Lua Libraries: /usr/local/openresty/lualib
  • Web Root: /usr/local/openresty/nginx/html
  • Logs Directory: /usr/local/openresty/nginx/logs
  • Systemd Service : /lib/systemd/system/openresty.service

Managing OpenResty

Check service status:

systemctl status openresty

Restart OpenResty:

systemctl restart openresty

Reload configuration:

systemctl reload openresty

Test configuration:

openresty -t

View logs:

journalctl -u openresty -f

Deploy OpenResty now. From $2.48/mo.