Nginx发布静态资源(html)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
前言,Nginx已经部署完成,可以正常访问,(http://localhost)测试如图所示:
静态资源路径为F:/index.html.如图:
1)、nginx.conf配置文件如下:(windows环境中)
重启nginx服务,如下说明成功。
2)、linux环境中静态资源存放路径(/usr/local/test/index.html),nginx.conf配置文件如下:(Linux环境中)
重启Nginx服务,如下说明成功。
注意:在Linux系统中注意静态资源的权限,还有防火墙的状态和端口是否启用。
3)、如果文件后缀不是index.html这样的,如:check.html,那么配置如下:
重启Nginx服务,访问地址为:http://localhost/check.html,如下表示成功。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)