From 6db8f7df24f576234cc502a9fc789619b7e8cd53 Mon Sep 17 00:00:00 2001 From: Johannes Siipola Date: Sun, 19 Dec 2021 19:55:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac46d6..a2e24c3 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ server { } ``` -Restart Nginx and you're done. - In your nginx config file, include `custom-error-page/error-page.conf` inside your server block, like this: ``` @@ -56,6 +54,8 @@ server { } ``` +Restart Nginx and you're done. + Feel free to modify the error template to your liking! ## FAQ