[root@web03 nginx]# ls -l|grep -v temp
total 36
drwxr-xr-x 2 root root 4096 Jun 7 15:36 conf
drwxr-xr-x 2 root root 4096 Jun 7 15:36 html
drwxr-xr-x 2 root root 4096 Jun 7 15:36 logs
drwxr-xr-x 2 root root 4096 Jun 7 15:36 sbin
[root@web03 nginx]# cd html/
[root@web03 html]# ls
50x.html index.html
[root@web03 html]# cat index.html
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>
[root@web03 html]#

最新文章

  1. 看看国外的javascript题目,你能全部做对吗?
  2. C#方法参数传递机制
  3. 用python虚拟串口
  4. Git快速上手 : Tortoise工具使用
  5. Oracle11g新特性导致空表不能导出问题
  6. 控制流之continue
  7. 201521123037 《Java程序设计》第4周学习总结
  8. JVM菜鸟进阶高手之路四
  9. 获取android项目的数据库地址或者数据库名
  10. Random在高并发下的缺陷以及JUC对其的优化
  11. GIS之家资源
  12. work behind corp proxy
  13. java第三章笔记
  14. linux umask使用方法
  15. SQLmap超详细文档和实例演示
  16. VSTO:使用C#开发Excel、Word【13】
  17. SQL Server 2012 读写分离设置 - AlsoIn
  18. android ROM刷机updater-script单刷补丁包脚本
  19. TreeSet 比较器排序 自定义对象
  20. C中级 数据序列化简单使用和讨论 (二)

热门文章

  1. MySQL---Day2
  2. tcpsock.v2 与 ecocache
  3. JavaScript 运行机制 &amp; EventLoop
  4. [读书笔记] R语言实战 (五) 高级数据管理
  5. NYIST 973 天下第一
  6. Hibernate中session回话的get方法和load方法的区别
  7. tableau desktop(三)--构建数据视图(二)
  8. [IOS]mac远程window全屏显示
  9. intellij idea 13&amp;amp;14 插件推荐及高速上手建议 (已更新!)
  10. nodejs中require的路径是一个文件夹时发生了什么