文章分类 -  nginx

摘要:server{ # 监听端口 listen 8080; # 服务器名字 server_name localhost; # 服务器index.html界面路径(dist的路径) location / { root G:\Work\Front\admintpl\dist; try_files $uri 阅读全文
posted @ 2023-09-25 16:58 叨叨的蜗牛 阅读(29) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/63737990 阅读全文
posted @ 2019-04-28 09:21 叨叨的蜗牛 阅读(130) 评论(0) 推荐(0) 编辑