openresty on davidchua https://dchua.com/tags/openresty/ Recent content in openresty on davidchua Hugo -- gohugo.io en-us Sun, 01 Jan 2017 00:00:00 +0000 Supercharge your Nginx with Openresty and Lua https://dchua.com/posts/2017-01-01-supercharge-your-nginx-with-openresty-and-lua/ Sun, 01 Jan 2017 00:00:00 +0000 https://dchua.com/posts/2017-01-01-supercharge-your-nginx-with-openresty-and-lua/ Turn your Nginx into an API Gateway. Modify requests and responses from Nginx itself using Openresty and Lua. Objectives To deploy Openresty on a development/production environment As a reverse proxy, to modify incoming request params and pass it on to another server As a reverse proxy, to modify response from proxied server before returning to user Openresty Openresty is a open-sourced NGINX bundle that combines NGINX and various 3rd-party NGINX modules and Lua Libraries.