Nginx
大大柳树
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
一个nginx vhost
[code="js"]server { listen 80; server_name qq1.gwy.test.nd qq.gwy.test.nd; # server_name _; #index index.html index.htm...2011-05-12 23:36:59 · 120 阅读 · 0 评论 -
安装iostat
yumthe package name is sysstat yum -y install sysstat2011-05-27 19:42:05 · 133 阅读 · 0 评论 -
腾讯服务器监控nginx进程,自动拉起
其实就是一个ps进程探测,后面写一个分析文件先贴出来。[code="monitor.sh"]#! /bin/sh###file_ver=2.0.3PATH=$PATH:.#monitor the application#create by leonlaili,2006-12-6####### Custom variables begin ###...2011-05-28 23:39:13 · 451 阅读 · 0 评论 -
Nginx的负载均衡配置范例
server { listen 80; server_name tc.test.nd ; location / { proxy_pass http://gwy.test.nd; } } upstream load_balance { ...原创 2011-07-07 14:50:26 · 188 阅读 · 0 评论
分享