Update default.conf
This commit is contained in:
parent
059e071f07
commit
68834fe05a
@ -302,7 +302,7 @@ server {
|
||||
proxy_pass https://storage.yandexcloud.net;
|
||||
}
|
||||
|
||||
location ^ /verification(?:/|$) {
|
||||
location ~ /verification(?:/|$) {
|
||||
if ($request_method = OPTIONS) {
|
||||
add_header Access-Control-Allow-Origin $http_origin always;
|
||||
add_header Access-Control-Allow-Credentials true always;
|
||||
|
Loading…
Reference in New Issue
Block a user