nginx语法
nginx -t 检测语法是否正确
location / { //开启返回随机页面
root /opt/app;
random_index on;
}
location /status {
stub_status on; //开启状态值
}
Active connections: 1
server accepts handled requests
2211 2211 2444
Reading: 0 Writing: 1 Waiting: 0
sub_filter 文本替换
location / { //开启返回随机页面
sub_filter 'name' 'kk'
}
ab 命令模拟多线程并发请求,测试服务器负载压力
yum -y install httpd-tools
ab -n 40 -c 20 http://1227.0.0.1/
浙公网安备 33010602011771号