Created
September 11, 2018 17:47
-
-
Save marc-barry/0c638bd70a0e321787fe8c96fcdd7b45 to your computer and use it in GitHub Desktop.
Marc's list of useful OpenResty stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A must read for the basic docs for the lua-nginx-module OpenResty module | |
https://github.com/openresty/lua-nginx-module#readme | |
# Nginx Development Kit - an Nginx module that adds additional generic tools that module developers can use in their own modules | |
https://github.com/simplresty/ngx_devel_kit | |
# Getting started guide | |
http://www.staticshin.com/programming/definitely-an-open-resty-guide/ | |
# HTTP request processing phases in Nginx | |
http://www.nginxguts.com/2011/01/phases/ | |
# Intro to Lua and OpenResty | |
https://ketzacoatl.github.io/posts/2017-03-02-lua-and-openresty-hello-world-examples.html | |
# Dockerfiles for NGINX with some OpenResty (https://www.openresty.org/) components. | |
https://github.com/marc-barry/docker-nginx-openresty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment