Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Fix typo #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
That way it is possible to setup additional proxies or modifying the nginx configuration.