周凯,个人博客

  • 前端
  • 嵌入式
  • 工具
  • 后端
  • 随笔
nginx
工具

nginx配置静态资源加载

alias配置 location /img/ { alias /home/; autoindex on; } 访问路径是 ip:端口/img 最终去本地硬盘找的路径是 /home (系统文件) root配置 location /img/ { root /home/; autoindex on; } 访问路径是 ip:端口/img 最终去本地硬盘找的路径是 /home/img (系统文件) 参考地址 https://blog.csdn.net/a760352276/article/details/106774599

2022年 10月 29日 0条评论 1377点热度 0人点赞 周凯 阅读全文
搜索
分类
归档

COPYRIGHT © 2022-现在 周凯,个人博客. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

蒙ICP备18004897号