How to configure Nginx as a Reverse proxy | Configuring with SSL

Описание к видео How to configure Nginx as a Reverse proxy | Configuring with SSL

Nginx is the most widely used application for reverse proxy, in this video, we are demonstrating Nginx as a reverse proxy.| with HTTP and HTTPS

nginx config file you can download from the below URL: https://github.com/kubernetesway/DevO...

Commands:
installing Nginx
$ yum install epel-release
$ yum install nginx

enable HTTP and HTTPS ports on the firewall
$ firewall-cmd --permanent --zone=public --add-service=http
$ firewall-cmd --permanent --zone=public --add-service=htts
$ firewall-cmd --reload

starting nginx service
$ systemctl start nginx

enable nginx
$ systemctl enable nginx

Комментарии

Информация по комментариям в разработке