摘要: 复制:https://blog.csdn.net/qq_36949713/article/details/83108149 安装Nginx 下载windows版nginx (http://nginx.org/download/nginx-1.10.0.zip),之后解压到需要放置的位置(D:\xam 阅读全文
posted @ 2021-01-12 11:56 三瑞 阅读(592) 评论(0) 推荐(0) 编辑
摘要: nginx server { listen 9191; root E:\HelloProject\dist; index index.html index.htm; server_name localhost; #charset koi8-r; #access_log logs/host.acces 阅读全文
posted @ 2021-01-12 09:52 三瑞 阅读(375) 评论(0) 推荐(0) 编辑