Skip to content

Instantly share code, notes, and snippets.

@jll90
Created December 24, 2020 01:50
Show Gist options
  • Save jll90/49135ed9548db3c9ee1b767705aea199 to your computer and use it in GitHub Desktop.
Save jll90/49135ed9548db3c9ee1b767705aea199 to your computer and use it in GitHub Desktop.
Lua Nginx Module Authorization Dockerfile nginx
FROM fabiocicerchia/nginx-lua
COPY ./nginx.conf /etc/nginx/nginx.conf
RUN mkdir /etc/nginx/conf.d
RUN mkdir /etc/nginx/lua
COPY lua/. /etc/nginx/lua
CMD [ "nginx", "-g", "daemon off;" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment