源码安装Nginx的 配置文件默认在 /usr/local/nginx/conf 里面的 nginx.conf文件!./nginx - t : 表示检测 nginx.conf文件的语法是否有问题! ./nginx - s reload : 表示重新加载 nginx.conf文件! ./nginx - s quit : 表示强制或正常退出 Nginx 服务! ./nginx : 表示开启 Ng...
第 1 步:添加 EPEL 软件库yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 查看结果:yum repolist all | grep enabled第 2 步:安装 mosquitto查找 mosquitto 软件包:yum list all | grep mosqui...