From 23735e7165d0cca97fdee8eeef71cb0299923fd5 Mon Sep 17 00:00:00 2001 From: Eirik Nygaard Date: Wed, 23 Nov 2016 11:05:14 +0100 Subject: [PATCH] Fix typo paddwd should be passwd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cc43e6..94a4516 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To run an SSL termination proxy you must have an existing SSL certificate and ke 3. **Enable Basic Access Authentication** - Create an htpaddwd file: + Create an htpasswd file: ```shell htpasswd -nb YOUR_USERNAME SUPER_SECRET_PASSWORD > /path/to/secrets/htpasswd @@ -79,4 +79,4 @@ To run an SSL termination proxy you must have an existing SSL certificate and ke nginx-ssl-proxy ``` - That way it is possible to setup additional proxies or modifying the nginx configuration. \ No newline at end of file + That way it is possible to setup additional proxies or modifying the nginx configuration.