From 069d54ac2ea126a3cd7b3877aee6064a0836529e Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Wed, 22 May 2024 08:21:46 +0200 Subject: [PATCH] docs: small fix --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 511678c..5e79a02 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 \