docs: small fix

This commit is contained in:
Nicolas Duchon 2024-05-22 08:21:46 +02:00 committed by GitHub
parent 75e4c0dee6
commit 069d54ac2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -799,7 +799,7 @@ Per virtual-host `servers_tokens` directive can be configured by passing appropr
### Custom error page
To override the default (nginx provided) error page displayed on 50x errors, mount your custom HTML error page inside the container at `/usr/share/nginx/html/errors/50x.html`:
To override the default error page displayed on 50x errors, mount your custom HTML error page inside the container at `/usr/share/nginx/html/errors/50x.html`:
```console
docker run --detach \