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

preview_player
Показать описание
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

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
Рекомендации по теме
Комментарии
Автор

its tough to find a usefull ngnix video as real-world experiment. this is spectacular, exactly what I need

sreepriyanks
Автор

Superb job! Why can't all tech examples be this concise!

Mrnw
Автор

I simply love your video style, truly refreshing and creative. Keep it up👏

shaluashok
Автор

You're doing great work, my friend, truly appreciate that 😊

gregory
Автор

Great real world video. Thanks for your effort 😊

ThangTran-hies
Автор

Nice explain and thanks to using yum package manager it feels more comfortable because now a days in every teaching video use apt apt apt

iron-man
Автор

Useful information. And nice presentation 👍🏼👍🏼👍🏼

ArjunRajMR
Автор

Hi
Can you show how to do for MICROSOFT RDS one for web service and one for gateway? Using latest nginx would appreciate thNks

MrNYDJ
Автор

This was a really great video. I started dabling with this kinda stuff and it is really well explained.
But i have an issue. I don't have access to my Certificate File. My SSL Certificates are handled by my domain provider ? Could you explain how i would set that up ? I would also be greatful if you could just tell me how this thing im trying to do is called. I don't know what to search for so its hard to look up.

Trashloot
Автор

hi,
As much I know SSL cert are tied to domain. And Nginx is working as reverse proxy. So each domain must have its own SSL cert or all of them will use the same SSL cert. I'm confuse man.
Could you please give me some general idea, how can secure all the domain .

m_
Автор

Super vedio. kindly add the commands in github

muhammedibrahim