nginx

1.http://nginx.org/en/download.html 下载
2.解压缩
3.cmd进入根目录        即 nginx.exe的目录
4.命令


nginx.exe -t      --检查命令
start nginx.exe  --启动命令
nginx.exe  -s stop  --停止服务
nginx.exe -s   reload   --重新加载配置


参考笔记:

https://www.toutiao.com/article/7025241098280763916/?log_from=59b4076b7d6fe_1686019999079

nginx_第1张图片

你可能感兴趣的:(前端,javascript,spring,java)