From 7c0c69f7687a14e62d0628c35d4f8564cf544c62 Mon Sep 17 00:00:00 2001 From: Johannes Siipola Date: Sun, 19 Dec 2021 16:04:16 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b306f5f..e625138 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Copy `config/custom-error-page` folder into your nginx config directory, for exa Edit `custom-error-page/http-statuses.conf` so the `root` values point to the correct folder on your server. -In your main nginx config file, include `custom-error-page/http-statuses.conf` outside the server block (that is, inside the http block), like this: +In your main nginx config file, include `custom-error-page/error-page.conf` outside the server block (that is, inside the http block), like this: ``` include /etc/nginx/conf.d/custom-error-page/http-statuses.conf;