摘要: 1、开放端口 firewall-cmd --zone=public --add-port=5672/tcp --permanent # 开放5672端口 firewall-cmd --zone=public --remove-port=5672/tcp --permanent #关闭5672端口 f 阅读全文
posted @ 2019-07-15 23:33 一尾 阅读(948) 评论(0) 推荐(0)
摘要: 下载Nginx 解压源码 --with-http_stub_status_module:支持nginx状态查询--with-http_ssl_module:支持https --with-http_v2_module:支持google的spdy,想了解请百度spdy,这个必须有ssl的支持--with 阅读全文
posted @ 2019-07-15 22:49 一尾 阅读(464) 评论(0) 推荐(0)