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 #reverseproxy #nginxreverseproxy
# nginx config file you can download from the below URL: https://github.com/kubernetesway/DevOps/blob/main/nginx.conf
How to create a self signed SSL certificate: https://youtu.be/40nXhi7dOTE
How to create a CA-signed SSL certificate : https://youtu.be/qmFPWYENRGc
# starting nginx service
$ systemctl start nginx
# enable nginx
$ systemctl enable nginx