Skip to content
Permalink
Browse files
Fix documentation for basic auth
Fix the documentation for basic auth, specifically
the file path containing the mapping from username to
hashed passwords.
  • Loading branch information
skoranda committed Nov 2, 2022
1 parent 65e03a7 commit b31073f18d6bca94d5e8ba5013c792cc52760c91
Showing 1 changed file with 1 addition and 1 deletion.
@@ -88,7 +88,7 @@ To override the default bind mount or COPY in a password file created
with the `htpasswd` command line tool. For example

```
COPY passwords /etc/apache2/passwords
COPY passwords /etc/apache2/basic-auth
```

## Ports

0 comments on commit b31073f

Please sign in to comment.