From 4f95d857623db37ee09b02c74d7cf5bde5a4f5df Mon Sep 17 00:00:00 2001 From: Johannes Siipola Date: Fri, 17 Dec 2021 19:01:54 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f66b42f..9235a9e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Edit `custom-error-page/http-statuses.conf` so the `root` values point to the co In your main nginx config file, include `custom-error-page/http-statuses.conf` outside the server block, like this: ``` -include /etc/nginx/conf.d/custom-error-page/http-status.conf; +include /etc/nginx/conf.d/custom-error-page/http-statuses.conf; # ^ Add this line server {