nginx 配置虚拟目录

 

需求配置静态资源目录访问

 

location /npm {
        alias /usr/npm;  
        index index.html;
        autoindex on;#开启目录访问
        access_log off;
        expires 30d;
    }

 

多级子目录下 

axios@0.19.0\dist\axios.min.js

 

 

 

 

 

 注意: ip加端口 或 域名要区别开

 

posted @ 2023-04-05 10:49  qingjiawen  阅读(486)  评论(0编辑  收藏  举报