DarkIsDude / docker-nginx-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-nginx-proxy

With this container, you can create a really reverse proxy (not just redirecting!).

To do that, simply:

docker run --rm -it -p 4000:80 --name nginx \
  -e NGINX_URL=https://ecomtet.com \
  nginx-proxy
  • NGINX_URL is the url of proxy

You can overwrite conf with:

  • NGINX_SCHEMA to force schema. Default $scheme

Envoy.

About

License:Apache License 2.0


Languages

Language:Shell 100.0%