1去官网下载,安装

 nginx的安装和配置

2启动nginx,双击nginx.exe文件

3在浏览器上输入:http://localhost

4停止nginx

# 强制停止nginx服务器,如果有未处理的数据,丢弃

D:/resp_application/nginx-1.13.5> nginx -s stop

# 优雅的停止nginx服务器,如果有未处理的数据,等待处理完成之后停止

D:/resp_application/nginx-1.13.5> nginx -s quit

配置文件

nginx的安装和配置

 

 

相关文章:

  • 2021-11-23
  • 2021-12-27
  • 2021-11-22
  • 2022-01-24
  • 2021-07-05
  • 2021-11-20
  • 2021-05-30
  • 2021-11-28
猜你喜欢
  • 2021-09-30
  • 2021-06-22
  • 2021-10-10
  • 2022-02-14
  • 2022-12-23
  • 2022-02-04
相关资源
相似解决方案