nginx健康检查异常问题 Linux教程 nginx&apache



健康检查异常问题:

netstat -anpt | grep -w 80 

curl -I 127.0.0.1:80 

yum -y install nc && echo -e ‘HEAD /HTTP/1.0\r\n\r\n’ | nc -t 127.0.0.1 80 


签名:这个人很懒,什么也没有留下!
最新回复 (0)
返回