From 181a119bd8601ce0eee807e8b6e7844696ea0d52 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 24 May 2020 05:10:28 -0600 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f4b5b6..7ce6e2e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ location ^~ /errorpages { ### Multiple sites -On many of my webservers, I run mulitple sites/services but would like to use the same fun error pages on each of them. I could append the above to each server configuration file, or I could just use one file and *include* it in each configuration. Let's run though that quickly: +On many of my webservers, I run multiple sites/services but would like to use the same fun error pages on each of them. I could append the above to each server configuration file, or I could just use one file and *include* it in each configuration. Let's run though that quickly: 1. Make a new file and call it something like *"errorpages.conf"*. Save the file somewhere that makes sense, like your *NGINX configuration directory* (/etc/nginx/errorpages.conf). 2. In your various server files, at the end of your *server* blocks, simply add the following: