将网站资源放在已安装好的nginx html子目录下,打开conf 目录下的nginx.conf 配置文件

新增一条location  /网站目录 {

                     root   /html/网站目录;

                     index    index.html;

               }

 

nginx 搭建静态网站

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-12-31
  • 2021-06-24
  • 2021-11-03
  • 2021-05-05
  • 2022-01-14
猜你喜欢
  • 2021-04-23
  • 2022-12-23
  • 2021-08-05
  • 2022-01-01
  • 2021-12-13
相关资源
相似解决方案