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