Nginx配置默认首页的方式

mac2024-06-06  58

其实就是在: conf/nginx.conf文件中加上 index index.html; root html/dist;

index 对应好自己的默认的文件,root 是这个文件的目录。

最新回复(0)