From 80d334f680af4952fc951d4c286dfdfbf5157a63 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Wed, 17 Aug 2022 16:27:11 -0400 Subject: [PATCH] fix typos in nginx.conf These had already been fixed in the non-SSL server block Signed-off-by: Felix Kaechele --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index dc33317..8839c11 100644 --- a/nginx.conf +++ b/nginx.conf @@ -71,11 +71,11 @@ http { # include /etc/nginx/default.d/*.conf; # # error_page 404 /404.html; -# location = /40x.html { +# location = /404.html { # } # # error_page 500 502 503 504 /50x.html; -# location = /50x.html { +# location = /50x.html { # } # }