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) {