Update default.conf

This commit is contained in:
Mikhail 2024-12-23 12:45:15 +00:00
parent 8fcfe5d62b
commit 0d08d15d3c

@ -21,9 +21,6 @@ server {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} }
location /test {
return 500;
}
location /answer/ { location /answer/ {
if ($request_method = OPTIONS) { if ($request_method = OPTIONS) {