@ -59,7 +59,7 @@ http {
index index.html;
}
location ^/api/ {
location ~* ^/api/ {
proxy_pass http://proxy;
if ($http_upgrade ~* "close") {
break;
@ -81,7 +81,7 @@ http {