Skip to content

Instantly share code, notes, and snippets.

@marc-barry
Created September 11, 2018 17:47
Show Gist options
  • Save marc-barry/0c638bd70a0e321787fe8c96fcdd7b45 to your computer and use it in GitHub Desktop.
Save marc-barry/0c638bd70a0e321787fe8c96fcdd7b45 to your computer and use it in GitHub Desktop.
Marc's list of useful OpenResty stuff
# 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