server {

                listen      80;

                server_name  localhost;

                index  index.html index.htm;

                root /xxx/xxx;

                location / {

                        try_files $uri $uri/ /index.html =404;

                }

}

  

相关文章:

  • 2021-11-21
  • 2022-02-02
  • 2021-08-19
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
猜你喜欢
  • 2022-03-02
  • 2022-12-23
  • 2021-06-20
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
相关资源
相似解决方案