2018-04-26 23:07:38 -07:00
2018-03-27 22:20:28 -07:00
2018-04-23 02:41:16 -07:00
2018-04-22 18:51:21 -07:00
2018-03-27 22:20:14 -07:00
2018-05-14 19:14:21 -07:00

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

Description
A super simple nginx reverse proxy.
Readme 239 KiB
Languages
HTML 100%