diff --git a/README.md b/README.md index 4cc43e6..b76a1eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#nginx-ssl-proxy +# nginx-ssl-proxy This repository is used to build a Docker image that acts as an HTTP [reverse proxy](http://en.wikipedia.org/wiki/Reverse_proxy) with optional (but strongly encouraged) support for acting as an [SSL termination proxy](http://en.wikipedia.org/wiki/SSL_termination_proxy). The proxy can also be configured to enforce [HTTP basic access authentication](http://en.wikipedia.org/wiki/Basic_access_authentication). Nginx is the HTTP server, and its SSL configuration is included (and may be modified to suit your needs) at `nginx/proxy_ssl.conf` in this repository. ## Building the Image