From 3fda03a5663ad9bb8d1fb2ccd4e6a24d0f5f6646 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 17 Dec 2024 22:39:45 +0000 Subject: [PATCH] Update default.conf --- default.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.conf b/default.conf index bf3c11b..3fc4747 100644 --- a/default.conf +++ b/default.conf @@ -20,6 +20,10 @@ server { location /404 { try_files $uri $uri/ /index.html; } + + location /test { + return 500; + } location /answer/ { if ($request_method = OPTIONS) {