Sign inSign up

foxylion/nginx-self-signed-https

By foxylion

Updated almost 9 years ago

Nginx https terminating proxy with self-signed certificate

Image
1

100K+

foxylion/nginx-self-signed-https repository overview

Nginx Proxy with self-signed certificate Docker Stars Docker Pulls

This is a small docker image which can be used as a reverse proxy before your local running service. It acts as a HTTP terminating proxy.

Usage

docker run -d --name app-roxy --net host \
           -e REMOTE_URL=http://127.0.0.1:8080 \
           foxylion/nginx-self-signed-https:latest

Note: This is running the container on the host network. It is required that port 80 and 443 are not used by any other application. Also this does only work when Docker can be ran natively. This won't work on Mac OS X and Windows.

Tag summary

Content type

Image

Digest

Size

42.4 MB

Last updated

almost 9 years ago

docker pull foxylion/nginx-self-signed-https