Тёмный

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

kubernetesWay
Подписаться 3,5 тыс.
Просмотров 36 тыс.
50% 1

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: 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

Наука

Опубликовано:

 

2 ноя 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@Mrnw10
@Mrnw10 5 месяцев назад
Superb job! Why can't all tech examples be this concise!
@sreepriyanks
@sreepriyanks Год назад
its tough to find a usefull ngnix video as real-world experiment. this is spectacular, exactly what I need
@kubernetesway
@kubernetesway Год назад
Glad to hear it!
@shaluashok2085
@shaluashok2085 Год назад
I simply love your video style, truly refreshing and creative. Keep it up👏
@kubernetesway
@kubernetesway Год назад
Thank you! Will do!
@gregory603
@gregory603 Год назад
You're doing great work, my friend, truly appreciate that 😊
@kubernetesway
@kubernetesway Год назад
Thank you so much 😀
@iron-man1
@iron-man1 Год назад
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
@kubernetesway
@kubernetesway Год назад
thank you
@ArjunRajMR
@ArjunRajMR Год назад
Useful information. And nice presentation 👍🏼👍🏼👍🏼
@kubernetesway
@kubernetesway Год назад
Thanks a lot
@rahulprakash9787
@rahulprakash9787 Год назад
Wonderful... Keeping going Nikhil ☺️👍
@kubernetesway
@kubernetesway Год назад
thank you
@ThangTran-hi3es
@ThangTran-hi3es Месяц назад
Great real world video. Thanks for your effort 😊
@ravikumarcherry3917
@ravikumarcherry3917 Год назад
What a valuable content tanks a lot !
@kubernetesway
@kubernetesway Год назад
you are welcome
@Alexander-ws2eg
@Alexander-ws2eg Год назад
Very informative.
@kubernetesway
@kubernetesway Год назад
Glad you think so!
@sarathsudhevan1546
@sarathsudhevan1546 Год назад
Informative video 👍👍👍👍
@kubernetesway
@kubernetesway Год назад
Thank you 👍
@MrNYDJ
@MrNYDJ 7 месяцев назад
Hi Can you show how to do for MICROSOFT RDS one for web service and one for gateway? Using latest nginx would appreciate thNks
@ajanthajayan2317
@ajanthajayan2317 Год назад
👍🏻👍🏻👍🏻
@aradhyamidhun6980
@aradhyamidhun6980 Год назад
👍👍👍
@piyushghosh1208
@piyushghosh1208 Месяц назад
Why we just added / in proxy_pass ??
@desoosayoha5190
@desoosayoha5190 Год назад
Useful video😇
@kubernetesway
@kubernetesway Год назад
thank you
@muhammedibrahim1354
@muhammedibrahim1354 Год назад
Super vedio. kindly add the commands in github
@kubernetesway
@kubernetesway Год назад
Added
@ranitc-dv4sy
@ranitc-dv4sy Год назад
Thanks a lot!
@kubernetesway
@kubernetesway Год назад
You're welcome!
@akhilmukundhan8937
@akhilmukundhan8937 Год назад
👍👍
@midhunem8735
@midhunem8735 Год назад
👍
@gurutamsel
@gurutamsel 6 месяцев назад
great
@kubernetesway
@kubernetesway 6 месяцев назад
Thank you
@Trashloot
@Trashloot 2 месяца назад
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.
@kubernetesway
@kubernetesway 2 месяца назад
hi, you can refer to this video for making CA signed certificate ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qmFPWYENRGc.html
@m_205
@m_205 Год назад
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 .
@kubernetesway
@kubernetesway Год назад
hi, each domain needs different certificates, for example, if you are hosting abc.com and xyz.com behind a Ngix server then you need different SSL certificates for each domain
@m_205
@m_205 Год назад
@@kubernetesway can I do it with certbot?
@kubernetesway
@kubernetesway Год назад
@@m_205 I'm recommending buying a CA-signed certificate. otherwise, some browsers will show some errors while accessing your website, you will get 90 days of free SSL from goget SSL. I will share my video below on CA signed SSL please watch ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qmFPWYENRGc.html
@VishnuVishnu-bh5ef
@VishnuVishnu-bh5ef Год назад
thank you
@kubernetesway
@kubernetesway Год назад
You're welcome
@amalkrishna4612
@amalkrishna4612 Год назад
This video really help me ♥️
@midhunem8735
@midhunem8735 Год назад
👍
@thechosenone6333
@thechosenone6333 Год назад
Referral - Sujith aji 😹
@Davi-did
@Davi-did Год назад
This isn't working for me.
@kubernetesway
@kubernetesway Год назад
what error u r getting
@Davi-did
@Davi-did Год назад
@@kubernetesway The request would forward instead of proxy. The ip that was supposed to be proxied was being written in the browser. I eventually got it, but not from anyone on RU-vid.
@midhunem8735
@midhunem8735 Год назад
👍👍👍
Далее
Reverse proxy nginx letsencrypt tutorial
17:12
Просмотров 116 тыс.
IQ Level: 10000
00:10
Просмотров 4 млн
Apache vs NGINX
7:53
Просмотров 270 тыс.
Nginx Reverse proxy | HTTP and HTTPS | SSL/TLS
9:42
Просмотров 4,3 тыс.
Proxy vs Reverse Proxy (Real-world Examples)
5:17
Просмотров 532 тыс.
The NGINX Crash Course
50:53
Просмотров 479 тыс.
Proxy vs Reverse Proxy Explained
8:05
Просмотров 354 тыс.
What is NGINX and how reverse proxies work?
10:16
Просмотров 68 тыс.
Setup Apache as a Reverse Proxy
15:49
Просмотров 12 тыс.
Troubleshoot TLS Handshake Failures using Wireshark
31:33
Battery  low 🔋 🪫
0:10
Просмотров 13 млн
Новодельный ноутбук Pocket386
1:16:17
Battery  low 🔋 🪫
0:10
Просмотров 13 млн