Update default.conf
This commit is contained in:
parent
f8a7a8a67b
commit
3fda03a566
@ -20,6 +20,10 @@ server {
|
|||||||
location /404 {
|
location /404 {
|
||||||
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user