Many of you have requested a demo with NGINX, so I hope this crash course is useful to you 💙 ▬▬▬▬▬▬ R E S O U R C E S 🔗 ▬▬▬▬▬▬ ► Git Repo: gitlab.com/twn-youtube/nginx-... ► HTTP, URL & IP Addresses Explained - IT Fundamentals Course Lecture techworld-with-nana.teachable... ► Official NGINX Directives docs: nginx.org/en/docs/dirindex.html ▬▬▬▬▬▬ How we at TWN can help you advance your IT career: ▬▬▬▬▬▬ 🚀 Learn the Complete SDLC - From Software Development to Deploying an Application: bit.ly/3C5OQ8B 🚀 DevOps Certification Program: bit.ly/4f2llDt
mime types are a really important part. Yesterday, I spent half an hour trying to understand why my CSS files, which are handled by Nginx, weren’t working in the browser 😅
I was just thinking about learning Nginx today. Going to try and host some web apps from my PC. Thanks for the tutorial - all of a sudden devops sounds more fun than terrifying!
Thank you very much for all your efforts and sharing for us. You are master in doing the things and really appreciated mam. These kind of videos are very helpful
Using this opportunity to say thank you Nana. I started watching your videos right at the start of my journey and now im a middle-level DevOps. Спасибо огромное :)
### 视频内容分解 #### 1. **介绍EngineX的基础知识** - **内容概述**: 视频首先介绍了EngineX的基本用途和主要用例,解释了为什么需要使用EngineX。然后,通过一个简单的Node.js应用程序示例,展示了如何将应用程序容器化并在本地计算机上运行多个实例。 - **总结**: 视频从基础开始,解释了EngineX的核心功能和用途,并通过一个实际的Node.js应用程序示例,展示了如何将应用程序容器化并运行多个实例。 #### 2. **配置EngineX作为反向代理** - **内容概述**: 视频详细介绍了如何安装和配置EngineX作为反向代理,以负载均衡请求到多个应用程序实例。还解释了EngineX配置文件的工作原理和如何进行配置。 - **总结**: 视频详细讲解了如何配置EngineX作为反向代理,以负载均衡请求到多个应用程序实例,并解释了EngineX配置文件的工作原理和配置方法。 #### 3. **配置安全的HTTPS连接** - **内容概述**: 视频展示了如何通过启用SSL和配置自签名TLS证书,使用EngineX代理来配置应用程序的安全HTTPS连接。详细解释了每个步骤,确保观众理解每个配置细节。 - **总结**: 视频详细展示了如何通过启用SSL和配置自签名TLS证书,使用EngineX代理来配置应用程序的安全HTTPS连接,并确保观众理解每个配置细节。 #### 4. **简化复杂的DevOps概念** - **内容概述**: 视频讨论了DevOps领域的复杂性,解释了为什么学习DevOps可以提升工程师的价值,并介绍了如何通过一个完整的DevOps教育项目来简化这些复杂概念。 - **总结**: 视频讨论了DevOps领域的复杂性,解释了学习DevOps的重要性,并介绍了一个完整的DevOps教育项目,帮助工程师理解和掌握这些复杂概念。 #### 5. **EngineX的其他功能和配置** - **内容概述**: 视频详细介绍了EngineX作为代理服务器的其他功能,如缓存、安全性和压缩等。还解释了如何在EngineX配置文件中定义这些功能。 - **总结**: 视频详细介绍了EngineX作为代理服务器的其他功能,如缓存、安全性和压缩等,并解释了如何在EngineX配置文件中定义这些功能。 #### 6. **实际演示和配置步骤** - **内容概述**: 视频通过一个实际的演示项目,展示了如何从零开始构建一个简单的应用程序,并逐步配置EngineX作为反向代理和负载均衡器。 - **总结**: 视频通过一个实际的演示项目,展示了如何从零开始构建一个简单的应用程序,并逐步配置EngineX作为反向代理和负载均衡器。 ### 关键时刻 1. **介绍EngineX的基础知识**:视频开始时详细介绍了EngineX的基本用途和主要用例。 2. **配置EngineX作为反向代理**:详细展示了如何配置EngineX作为反向代理,以负载均衡请求到多个应用程序实例。 3. **配置安全的HTTPS连接**:展示了如何通过启用SSL和配置自签名TLS证书,使用EngineX代理来配置应用程序的安全HTTPS连接。 ### 重要引述或声明 - "EngineX is a web server software that runs on a server machine and can respond to requests from a browser." - "We're going to configure EngineX to act as a reverse proxy for those backend Node.js applications." - "We're going to generate a self-signed certificate so we are generating the certificate and we are signing it ourselves." ### 结论 视频通过详细的步骤和实际演示,帮助观众理解和掌握EngineX的基本配置和高级功能。从基础的介绍到复杂的配置,视频涵盖了EngineX的各个方面,使观众能够全面了解和应用EngineX。通过配置EngineX作为反向代理和负载均衡器,观众可以提升应用程序的性能和安全性。
You can check out the NGINX explainer video, which is 10 minutes long. But this one, has a full demo and I'll explain every step. So I was not able to reduce the time
Many of you have requested a demo with NGINX, so I hope this crash course is useful to you 💙
▬▬▬▬▬▬ R E S O U R C E S 🔗 ▬▬▬▬▬▬
► Git Repo: gitlab.com/twn-youtube/nginx-...
► HTTP, URL & IP Addresses Explained - IT Fundamentals Course Lecture
techworld-with-nana.teachable...
► Official NGINX Directives docs: nginx.org/en/docs/dirindex.html
▬▬▬▬▬▬ How we at TWN can help you advance your IT career: ▬▬▬▬▬▬
🚀 Learn the Complete SDLC - From Software Development to Deploying an Application: bit.ly/3C5OQ8B
🚀 DevOps Certification Program: bit.ly/4f2llDt
404: Page not found
😥
Ma, pls where did you copy the server js and package.json from?
The stuff she teaches for free on UA-cam is just amazing. Thanks a lot.
Can't get simpler than this. Nicely structured from start to end. Great session as always, thanks Nana!!
I call her the mother of Devops👑
Father is Mumshad mannambeth @kudecloud
Very true. She can also be the daughter of devops.
Yes she is very good
devops mommy
Who is the father?
Simple, concise, and to-the-point. Great video
This is pure gold. You got yourself a new subscriber!!
Nana has cooked yet again!
Thanks for your efforts
Thanks for appreciating the efforts behind this video 🙏
mime types are a really important part. Yesterday, I spent half an hour trying to understand why my CSS files, which are handled by Nginx, weren’t working in the browser 😅
You helped me a lot some time ago, awesome to see your channel has grown so much since then!
Glad to hear that! Hope the videos are still useful for you though :)
Amazing video - THANK YOU! Your content and communication style is 100%
Thanks David, I appreciate this great feedback :)
Terrific @TechWorldwithNana !!! As Usual!!! 👋
I was just thinking about learning Nginx today. Going to try and host some web apps from my PC. Thanks for the tutorial - all of a sudden devops sounds more fun than terrifying!
Have fun! :D
Thank you for the video. Everything is well explained and you leave no questions unanswered. Keep up the good work!
Glad it was helpful! :)
We are lucky to have a DevOps evegalangist like you😊
Thanks for your nice comment, appreciate it ☺️
This is awesome.
Most times we use things we don't even understand, so long they work 😊. Until someone like you explain. ❤
Nice session.pls make video on what is nginx rewrite-target option. And how we can configure this nginx in kubernetes also
As always, a masterclass. Thanks Nana from Benin.
as always you are awesome nana. Really appreciate your work.
Amazing work!!Thank you so much Nana!!
Aah... My sporadic dose of career promotion! Thanks a lot Nana!
My pleasure Thiago 😃
Clear and easy to understand. Thanks!!
Happy to hear, thanks for your feedback :)
thanks for the tutorial Nana!
Thank you very much for all your efforts and sharing for us. You are master in doing the things and really appreciated mam. These kind of videos are very helpful
Nana is back with a bang 🎉 much awaited ❤
tnx a lot Nana
☺☺
Using this opportunity to say thank you Nana. I started watching your videos right at the start of my journey and now im a middle-level DevOps. Спасибо огромное :)
Thank you for sharing this-so inspiring to hear about your journey! 😊
Thanks a lot nana, amazing videos!
Thank you Nana, you are awesome as always :)
Thanks for your kind words 😊
I've some words..... luv u Nana..!!
Excellent as usual
Fantastic!!!!!
This dude is amazing!!
Ma'am please continue the series ❤
What else do you want to see? :)
@@TechWorldwithNana Devsecops😁
### 视频内容分解
#### 1. **介绍EngineX的基础知识**
- **内容概述**: 视频首先介绍了EngineX的基本用途和主要用例,解释了为什么需要使用EngineX。然后,通过一个简单的Node.js应用程序示例,展示了如何将应用程序容器化并在本地计算机上运行多个实例。
- **总结**: 视频从基础开始,解释了EngineX的核心功能和用途,并通过一个实际的Node.js应用程序示例,展示了如何将应用程序容器化并运行多个实例。
#### 2. **配置EngineX作为反向代理**
- **内容概述**: 视频详细介绍了如何安装和配置EngineX作为反向代理,以负载均衡请求到多个应用程序实例。还解释了EngineX配置文件的工作原理和如何进行配置。
- **总结**: 视频详细讲解了如何配置EngineX作为反向代理,以负载均衡请求到多个应用程序实例,并解释了EngineX配置文件的工作原理和配置方法。
#### 3. **配置安全的HTTPS连接**
- **内容概述**: 视频展示了如何通过启用SSL和配置自签名TLS证书,使用EngineX代理来配置应用程序的安全HTTPS连接。详细解释了每个步骤,确保观众理解每个配置细节。
- **总结**: 视频详细展示了如何通过启用SSL和配置自签名TLS证书,使用EngineX代理来配置应用程序的安全HTTPS连接,并确保观众理解每个配置细节。
#### 4. **简化复杂的DevOps概念**
- **内容概述**: 视频讨论了DevOps领域的复杂性,解释了为什么学习DevOps可以提升工程师的价值,并介绍了如何通过一个完整的DevOps教育项目来简化这些复杂概念。
- **总结**: 视频讨论了DevOps领域的复杂性,解释了学习DevOps的重要性,并介绍了一个完整的DevOps教育项目,帮助工程师理解和掌握这些复杂概念。
#### 5. **EngineX的其他功能和配置**
- **内容概述**: 视频详细介绍了EngineX作为代理服务器的其他功能,如缓存、安全性和压缩等。还解释了如何在EngineX配置文件中定义这些功能。
- **总结**: 视频详细介绍了EngineX作为代理服务器的其他功能,如缓存、安全性和压缩等,并解释了如何在EngineX配置文件中定义这些功能。
#### 6. **实际演示和配置步骤**
- **内容概述**: 视频通过一个实际的演示项目,展示了如何从零开始构建一个简单的应用程序,并逐步配置EngineX作为反向代理和负载均衡器。
- **总结**: 视频通过一个实际的演示项目,展示了如何从零开始构建一个简单的应用程序,并逐步配置EngineX作为反向代理和负载均衡器。
### 关键时刻
1. **介绍EngineX的基础知识**:视频开始时详细介绍了EngineX的基本用途和主要用例。
2. **配置EngineX作为反向代理**:详细展示了如何配置EngineX作为反向代理,以负载均衡请求到多个应用程序实例。
3. **配置安全的HTTPS连接**:展示了如何通过启用SSL和配置自签名TLS证书,使用EngineX代理来配置应用程序的安全HTTPS连接。
### 重要引述或声明
- "EngineX is a web server software that runs on a server machine and can respond to requests from a browser."
- "We're going to configure EngineX to act as a reverse proxy for those backend Node.js applications."
- "We're going to generate a self-signed certificate so we are generating the certificate and we are signing it ourselves."
### 结论
视频通过详细的步骤和实际演示,帮助观众理解和掌握EngineX的基本配置和高级功能。从基础的介绍到复杂的配置,视频涵盖了EngineX的各个方面,使观众能够全面了解和应用EngineX。通过配置EngineX作为反向代理和负载均衡器,观众可以提升应用程序的性能和安全性。
Nana cooking again 🍜
I don't like cooking actually 😃
Should I dockerize my golang app with monolithic architecture? What are the benefits?
HI nana, Why didn't use a nginx as container as well?
Muito bom! Obrigada!🙏🙏🙏
De nada! Fico feliz que tenha gostado! 😊🙏
@@TechWorldwithNana Prescisa generosiadede para dividir conhecimento! Eu quem agradeço🥰
Amazing!
Excellent .
Thank you for thé video.naice explosion 💯💯
This is awesome stuff
Thanks, happy you like it! 😊
Thanks
much needed
Thanks!
Thank you!
You're welcome, hope you liked it :)
Thank you👋
question at what point would you need a load balancer ?
For most applications wouldn’t one monolith be more than enough?
Thank U !!!
Nice!!!
EngineX= NGINX🌐🔥✅
Is it covered full NGINX or basic only ?
the mother of DevOps
🔥🔥🔥
how use it on production ?
May Allah Almighty bless you! We have learned a lot.
Ibtisam
Really happy to hear, thank you 😊
❤
nginx is "industry standard", but for reverse proxy caddy is just pure upgrade, cleaner, simpler, while still fully in control...
Thanks for sharing! Don't know about caddy, will need to check it out
@@TechWorldwithNana for some introductory quick start google:
dotheevo selfhosted caddy_v2
She is my mother
I am new here, dont judge me, your true voice? cos I feel like am tripping!
This video should be 10 minutes not an hours
You can check out the NGINX explainer video, which is 10 minutes long. But this one, has a full demo and I'll explain every step. So I was not able to reduce the time
First comment
Congrats! 😁🥇