Builds a basic nginx server that proxies incoming SSL calls to a target docker.
Build the docker:
sh build.sh [-d Target Docker (Default: bixel)]
Run the docker:
sh build.sh [-p SSL Port (default: 443)] [-d Target Docker (Default:
bixel)] [-t Target Docker Port (Default: 80)]
You can get the publicly available docker image at the following location: Docker Hub - SSL-Proxy