Install Nginx 1.14.1 on CentOS 8

Hi, thanks for visiting my tech blog. If you run into any problem while following the steps, do let me know by either commenting on this post or video. Subscribe https://www.youtube.com/channel/UCIN-BwNnZG0ojE22byWy07A?sub_confirmation=1 Commands yum install nginx nginx -v rpm -qa| grep nginx systemctl status nginx systemctl start nginx systemctl enable nginx systemctl status nginx firewall-cmd –permanent –add-service=http firewall-cmd –permanent –list-all firewall-cmd –reload curl -I localhost [[email protected] ~]# yum install nginx Last…

How to Install Let’s Encrypt on CentOS 6/7 with Nginx webserver

[[email protected] ~]# yum -y install git python-tools python-pip Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: centos.mirror.net.in * epel: repos.del.extreme-ix.org * extras: centos.excellmedia.net * remi: mirror.xeonbd.com * remi-php56: mirror.xeonbd.com * remi-safe: mirror.xeonbd.com * rpmforge: kartolo.sby.datautama.net.id * updates: centos.excellmedia.net Resolving Dependencies –> Running transaction check —> Package git.x86_64 0:1.7.1-4.el6_7.1 will be updated –> Processing Dependency: git = 1.7.1-4.el6_7.1 for package: perl-Git-1.7.1-4.el6_7.1.noarch —> Package git.x86_64…