From 9da6fd876608177745e3ec61a85ee9181acae762 Mon Sep 17 00:00:00 2001 From: Tom Adler Date: Mon, 7 Aug 2023 17:15:11 +0200 Subject: [PATCH] astro handles 404 --- nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nginx.conf b/nginx.conf index e005d909..699aac2f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -19,11 +19,6 @@ server { proxy_intercept_errors on; } - error_page 404 /404; - location /404 { - proxy_pass http://127.0.0.1:4000; - } - brotli on; brotli_types text/plain text/css application/json application/javascript text/javascript image/svg+xml;