CentOS7 相关配置
Posted hanxiaobei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 相关配置相关的知识,希望对你有一定的参考价值。
nginx
1、在线安装nginx
yum install nginx
2、启动nginx服务
systemctl start nginx
3、防火墙设置
打开http防火墙:firewall-cmd --zone=public --permanent --add-service=http
重新加载一下:firewall-cmd --reload
查看开放了几个端口:sudo firewall-cmd --list-service
以上是关于CentOS7 相关配置的主要内容,如果未能解决你的问题,请参考以下文章
Linux系统,Centos7版本下搭建postfix服务器及其相关配置应用