From 8f0c6f32c31c17da2a4fb57014fe85b030d578cb Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 20 Nov 2022 16:46:25 +0100 Subject: [PATCH] Add missing semicolon --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 194e171..60ec4f4 100644 --- a/nginx.conf +++ b/nginx.conf @@ -33,6 +33,6 @@ http { root /usr/share/nginx/html; index index.html; - error_page 401 403 404 405 407 410 429 451 /error/4xx.html + error_page 401 403 404 405 407 410 429 451 /error/4xx.html; } }