docs: small fix
This commit is contained in:
parent
75e4c0dee6
commit
069d54ac2e
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ Per virtual-host `servers_tokens` directive can be configured by passing appropr
|
||||||
|
|
||||||
### Custom error page
|
### 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
|
```console
|
||||||
docker run --detach \
|
docker run --detach \
|
||||||
|
|
Loading…
Reference in a new issue