From 0d08d15d3ce3f7fa9b9fce542d3927261c84c9d7 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Mon, 23 Dec 2024 12:45:15 +0000 Subject: [PATCH] Update default.conf --- default.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/default.conf b/default.conf index 8fe3c47..848ec1a 100644 --- a/default.conf +++ b/default.conf @@ -21,9 +21,6 @@ server { try_files $uri $uri/ /index.html; } - location /test { - return 500; - } location /answer/ { if ($request_method = OPTIONS) {