behroozam / docker-nginx-reverse-proxy

Simple reverse proxy container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a simple fun and lightweight nginx reverse proxy with enviroment variable

docker run yourbuildtag -e NGINX_SERVER_ADDR:YourIpOrDns -e NGINX_SERVER_PORT:YourPort

for create htpasswd use your own commandline htpasswd tool and creat htpasswd.users in htpasswd directory like this

htpasswd -c htpasswd.users admin

todo

  • change ubuntu base image to alpine
  • add satisfy or allow deney access or basic auth

About

Simple reverse proxy container

License:Eclipse Public License 1.0


Languages

Language:Shell 77.7%Language:Dockerfile 22.3%