A super simple nginx reverse proxy.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid d5bfd8b88d officially change readme to d-nginx-proxy 6 years ago
conf.d remove problematic wiki routes that included trailing slash 6 years ago
docs fix bullet item typo 6 years ago
mkdocs-material@ff95dcb846 adding mkdocs material submodule 6 years ago
www add unique hallo werld. 6 years ago
.gitignore housekeeping 6 years ago
.gitmodules adding mkdocs material submodule 6 years ago
README.md officially change readme to d-nginx-proxy 6 years ago
docker-compose.yml fix conf.d binding 6 years ago
mkdocs.yml update mkdocs 6 years ago

README.md

d-nginx-proxy

Get a simple container with nginx running as a reverse-proxy to run in front of some local service, e.g., a Python web server.


Incoming --> Nginx         --> Flask
Requests     d-nginx-proxy     python

This repo contains the docker container for the nginx server.

The services are just:

  • nginx

If you want to do SSL you can, but you have to run Let's Encrypt outside of the container and bind-mount your certificates into the container at /etc/letsencrypt.

Pretty simple, right?

documentation: d-nginx-charlesreid1 container

source code on git.charlesreid1.com: d-nginx-charlesreid1

source code on github.com: charlesreid1-docker/d-nginx-charlesreid1