Sign inSign up

doudou34/nginx-proxy

By doudou34

Updated about 8 years ago

A simply proxy with nginx

Image
1

461

doudou34/nginx-proxy repository overview

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.

Tag summary

Content type

Image

Digest

Size

42.6 MB

Last updated

about 8 years ago

docker pull doudou34/nginx-proxy