摘要: nginx 启动命令是在安装的根目录下运行 start nginx.exe nginx.conf location /{ root html; index index.html index.htm; try_files $uri $uri/ /index.html; } 重启是nginx.exe - 阅读全文
posted @ 2021-04-13 16:40 凌兮 阅读(213) 评论(0) 推荐(0)