Commit c0db760c authored by 吴永生#A02208's avatar 吴永生#A02208

feat: ng修改

parent a1b5de21
......@@ -24,6 +24,12 @@ http {
add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS';
add_header Access-Control-Allow-Headers 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization';
}
location ^~ /v3/ {
try_files $uri /v3/index.html
index /v3/index.html;
}
location ^~ /accounts/ {
set $accountservice "http://account-service:6000";
proxy_pass $accountservice;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment