bsantanna/nginx-ssl-proxy

By bsantanna

Updated 4 months ago

A Docker image for serving as an SSL proxy using Nginx.

Image
Integration & delivery
Web servers
Content management system
1

4.8K

bsantanna/nginx-ssl-proxy repository overview

Category

Web Server

Overview with Usage Command
Overview

This Docker image is built on top of the bsantanna/base image and includes Nginx configured as an SSL proxy. It is designed to support secure web server tasks, providing a consistent and reliable environment for SSL termination and proxying.

Usage Command

To run a container using this image and start the Nginx SSL proxy server, use the following command:

docker run -it --rm -p 80:80 -p 443:443 -v $(pwd)/ssl:/etc/nginx/ssl bsantanna/nginx-ssl-proxy:latest

This command will start a container, expose ports 80 and 443, mount the current directory's ssl folder to the Nginx SSL directory, and start the Nginx server configured as an SSL proxy.

Tag summary

Content type

Image

Digest

sha256:c53989ebb

Size

275.9 MB

Last updated

4 months ago

docker pull bsantanna/nginx-ssl-proxy:arm64