会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
WEB系统架构与底层研发
活个明白!!
首页
新随笔
管理
2013年7月10日
Nginx 之:nginx.conf结构
摘要: nginx.conf文件结构如下:.....events{ ......}http{....server{....}server{ listen 192.168.0.12:80; server_name 192.168.0.12; access_log logs/server1.access.log combined; location /{ index index.html index.htm; root d:/server1; }}.....}
阅读全文
posted @ 2013-07-10 10:20 jerome.rong
阅读(253)
评论(0)
推荐(0)
编辑