From 913f89578b506ecf7da04b0ce7c08d7f44141711 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 2 Feb 2024 12:25:03 +0000 Subject: automatic import of nginx --- nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index af67cbb..8839c11 100644 --- a/nginx.conf +++ b/nginx.conf @@ -44,11 +44,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 { } } @@ -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 { # } # } -- cgit v1.2.3