1.  到nginx官网上下载相应的安装包,http://nginx.org/en/download.html;下载进行解压,将解压后的文件放到自己心仪的目录下,我的解压文件放在了d盘根目录下,如下图所示:

ngnix服务器搭建
接下来用下面的命令启动ngnix(注意请停掉本地的localhost的其他服务,如iis,tomcat的),
D:\web\nginx-1.9.15>start nginx.exe
启动成功后,访问127.0.0.1,出现下面的图片说明启动成功ngnix服务器搭建

ngnix服务器搭建



相关文章:

  • 2022-12-23
  • 2021-09-08
  • 2021-10-26
  • 2021-04-23
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
猜你喜欢
  • 2022-02-20
  • 2021-04-24
  • 2021-08-30
  • 2021-04-13
  • 2021-08-09
  • 2022-12-23
相关资源
相似解决方案