Commit 92506e26 authored by zhijie.xue's avatar zhijie.xue

微前端增加刷新路径

parent ed2ed556
......@@ -39,7 +39,18 @@ server {
expires -1;
root /home/quant_group/dist;
index micro.html;
try_files $uri $uri/ /micro.html?$query_string;
}
location /micro {
expires -1;
root /home/quant_group/dist;
try_files $uri $uri/ /micro.html;
}
location /access {
expires -1;
root /home/quant_group/dist;
try_files $uri $uri/ /index.html;
}
#error_page 404 /404.html;
......
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