龙空技术网

在 CentOS8 上安装 Nginx web server

你永远得不到的小老弟 2099

前言:

当前同学们对“centosnginxweb面板”大致比较重视,咱们都想要学习一些“centosnginxweb面板”的相关知识。那么小编在网上搜集了一些对于“centosnginxweb面板””的相关知识,希望小伙伴们能喜欢,同学们一起来学习一下吧!

centos8

CentOS8 已经发布了,会有越来越多的IT部门来使用它,先装个 Nginx,把业务跑起来再说吧!

Lets go!

1, create repo

vi /etc/yum.repos.d/nginx.repo

添加:

[nginx]name=nginx repobaseurl=
2,使用 dnf/yum 安装 nginx
dnf install nginx
3,在防火墙中,开放业务端口,Open HTTP and HTTPS ports on firewall
firewall-cmd --zone=public --permanent --add-service=httpfirewall-cmd --zone=public --permanent --add-service=httpsfirewall-cmd --zone=public --permanent --add-service=sshfirewall-cmd --reload

标签: #centosnginxweb面板