diff --git a/default.conf b/default.conf index d116c26..55b7ecf 100644 --- a/default.conf +++ b/default.conf @@ -107,7 +107,7 @@ server { proxy_pass http://10.6.0.23:1488/; } - location /answer { + location /answer/ { if ($request_method = OPTIONS) { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Credentials true always;