Update default.conf
This commit is contained in:
parent
6703077598
commit
eaf77f0974
@ -302,7 +302,7 @@ server {
|
|||||||
proxy_pass https://storage.yandexcloud.net;
|
proxy_pass https://storage.yandexcloud.net;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /verification/ {
|
location ~ ^/verification/?((?<=/).*)?$ {
|
||||||
if ($request_method = OPTIONS) {
|
if ($request_method = OPTIONS) {
|
||||||
add_header Access-Control-Allow-Origin $http_origin always;
|
add_header Access-Control-Allow-Origin $http_origin always;
|
||||||
add_header Access-Control-Allow-Credentials true always;
|
add_header Access-Control-Allow-Credentials true always;
|
||||||
@ -323,7 +323,7 @@ server {
|
|||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_cache off;
|
proxy_cache off;
|
||||||
|
|
||||||
proxy_pass http://$apiversion/;
|
proxy_pass http://$apiversion/$1;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
Reference in New Issue
Block a user