Hello guys, I missed something important in this course. How do we prevent user from calling direct ip access and get website? Well, In order to block ip access, you would add a new server block ( maybe in new .conf file ) There you have do following, ``` server { listen 80 default_server; listen [::]:80 default_server; server_name ""; return 444; } ``` Here you just make server_name as empty string, and return 444 status code. You would do the same for port 443. default_server parameter is also important here. Cheers 🎉
Sir main aapko bahoot miss kr raha tha , aapki video dekh dekh ke main Mern sikha aur abhi main ek compuny main job kr raha hu as a Full Stack Developer , Thanks Sir - for change my life
Sir, I was confused a lot to get started with NGINX before coming to this video as I wanted to setup the reverse proxy, this video really helped me a lot and now I am sure how to setup reverse proxy, really thanks a lot.
Usually i won't commend in any channels. But the video is Neat and Clean tutorial, even though I don't know Hindi, I managed to learn from this video. Great videos. Will definitely suggest this channel !!
आपका बहुत बहुत धन्यवाद जो आपने इतना बढ़िया contact बहुत सरल भाषा में दिया. अगर आप यही multiple domains, load balancer ई. point जो इस video में है वह window IIS में केसे कराना है उसको ऊपर बनाये तो बहुत बड़ी या हो जायेगा. 🎉🎉
The session was really insightful!! I have been using ingress nginx in k8 but the the description part really helped me in collecting the helm values!! Thanks a lot
Usage of marking the server as down can be done in the following scenario. 1. When we want to restrict the user's request from accessing the specific server, like shutting down server in specific area or geographical location. 2. When server confidentiality is been compromised which is a threat to user privacy.
If anyone is following along and unable to get response for node api on port 8000 you just have to add inbound rule to security group of your ec2 instance and add custom TCP for 8000 port from your system IP of from anywhere for time being to allow incoming traffic on 8000 port
Thank you so much! The best part was reverse proxy nginx & load balancer for me. coz I needed this for my nodejs application. again thanks. please make more videos about advance nodejs topics and also make a video about redis.
A note to self: - The point where he says that for a single worker thread, a number of connections can be specified, I got a bit confused I don't know why. I understand that with cluster module, multiple instances can be created to run on each core. Actually, upon some more digging I found that more than one instance can be ran per core, it's just there'll be context switching (time sharing scheduling) between the different instance. This is similar to conventional multithreaded server architectures.
Sir, Aapne meri request pe video bana di thankyou sir It's very important because bahut saare early start up jo hote hai wo nginx use karte hai multiple website host karne ke liye
Sir I have a request to you. Learned a lot from you. I don't want anything else in life from you. Just one last thing please. Build a recommendation system using MERN please sir. Like a movie recommender or product recommender. you can use content base or filtering base or both. please take my request I'm individual person I don't have that much money to course some ware and in you tube there is no one who tech this. I hope you will consider.
Aslam o alikum .I am from Pakistan b. Thanks for all . Jo AP NY yah sub video bni Hain on k leay Myra in sy boht faeda hova ha . AP API pr b video bna doo mujy mny JavaScript pori dykhi ha mujy lgta ha os NY video nhi bnii agr bnii ha tu wo mujy recommend kr doo please .
hello sir, react-app of hypothetical dashboard, not found on github please provide link for that aso can practice on that , kind request please sir, thank you
A server can be taken down temporarily for updating the server to a newer version or making new changes in production. (already did it, but without nginx lol)
Sir maske video mon installinh / setting up own postfix mail server like an smtp that service providers provide also with all headers in dns so it should be signed by and mailed that hostname also with profile pic of the mail account, please sir make video on this please 1 🥺
I'm seeking advice on obtaining an HTTPS certificate for my web app hosted on Nginx running on my Windows laptop. Could you please share recommendations or resources for configuring HTTPS certificates effectively in a Windows environment? need some documentry (in windows )
Want to master Full Stack development? Enroll now: codersgyan.com/c/fullstack-js-engineer.
Hello guys, I missed something important in this course.
How do we prevent user from calling direct ip access and get website?
Well, In order to block ip access, you would add a new server block ( maybe in new .conf file )
There you have do following,
```
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name "";
return 444;
}
```
Here you just make server_name as empty string, and return 444 status code.
You would do the same for port 443.
default_server parameter is also important here.
Cheers 🎉
sir redis ke upar video laao na aur production level deployment
Sir kindly React Native ki b video banye
Sir Bitbucket to nginx , reactjs ,nodejs eske upr ek video banao na .
Wow wow fantastic ❤ every confusion is clear now ❤❤
Kal hi baat Hui aur Aaj nginix ka course bhi aa gaya....Amazing sir ❤️❤️❤️
Sir main aapko bahoot miss kr raha tha , aapki video dekh dekh ke main Mern sikha aur abhi main ek compuny main job kr raha hu as a Full Stack Developer , Thanks Sir - for change my life
Bhai you are our mind reader. 1-2 days se video dhoondra hu. Thankss❤
Awesome
I was thinking of learning nginx
But most content on YT was old
Will learn this next weekend
Go for it!
brother . have you learned it next week?
Sir, I was confused a lot to get started with NGINX before coming to this video as I wanted to setup the reverse proxy, this video really helped me a lot and now I am sure how to setup reverse proxy, really thanks a lot.
Usually i won't commend in any channels. But the video is Neat and Clean tutorial, even though I don't know Hindi, I managed to learn from this video. Great videos. Will definitely suggest this channel !!
आपका बहुत बहुत धन्यवाद जो आपने इतना बढ़िया contact बहुत सरल भाषा में दिया.
अगर आप यही multiple domains, load balancer ई. point जो इस video में है वह window IIS में केसे कराना है उसको ऊपर बनाये तो बहुत बड़ी या हो जायेगा. 🎉🎉
I have gone through many nginx content but this is very simply explained. Thank you!
The session was really insightful!! I have been using ingress nginx in k8 but the the description part really helped me in collecting the helm values!! Thanks a lot
Usage of marking the server as down can be done in the following scenario.
1. When we want to restrict the user's request from accessing the specific server, like shutting down server in specific area or geographical location.
2. When server confidentiality is been compromised which is a threat to user privacy.
Really appreciated your every words are easy to understandable with politely voice.
Best video on youtube for nginx configuration :)
Another masterpiece just landed on youtube and as always from rakesh sir🔥
hELLL YEAHHHH
God level !!
So tough this nginx is !! How u guys ate remembering..
Superb course learned a lot. My reverse proxy and load balancing concepts are clear now, Thank you very much!
The Content Was Awesome. Keep Up the Good Work !!
I am from Pakistan TbH Sir bohat he kamal samjhaya hai app nay
A great lesson within short time about nginx so far. 🎉
hollyy....
you're awesomely timeed
i'ts been few days me trying to learn nginx .....
now you've got me covered
thanks
You are god for me sir.... 🙇♂
Love you ❤
Thank you sooo much from core of my heart 🙏❤
Just keep posting these kind of things.....😌
It's my pleasure 😊
@@CodersGyan Thanks.
You teaching style is so nice . Everything you explain is very clear now . Thank you bhaiya for sharing this knowledge to us
Your youtube channel like a gold mine. No any one as you. good blessing for you sir. ❤❤
Well Explained !! Highly Appreciated From Nepal !!
Bhai mai wait kar raha tha❤❤
Best video i learned a lot from this course Thanks a lot
you explain in wonderful way , ekk baar m hi smj aa gya
If anyone is following along and unable to get response for node api on port 8000 you just have to add inbound rule to security group of your ec2 instance and add custom TCP for 8000 port from your system IP of from anywhere for time being to allow incoming traffic on 8000 port
Really nice video, calm voice and explained like a charm.
Thank you for this video.
sir your voice of explanation is so honorable and sweet
Underrated Channel and Instructor....Simply Calm and Brilliant content!!! Love it !! Thank you brother🥰
worth watching for Nginx learners
Thank You @CodersGyan
Got Great overview of nginx keep on posting such videos 🥳🥳
Very Informative and great explanation👍
Thank you so much! The best part was reverse proxy nginx & load balancer for me. coz I needed this for my nodejs application. again thanks. please make more videos about advance nodejs topics and also make a video about redis.
A note to self:
- The point where he says that for a single worker thread, a number of connections can be specified, I got a bit confused I don't know why. I understand that with cluster module, multiple instances can be created to run on each core. Actually, upon some more digging I found that more than one instance can be ran per core, it's just there'll be context switching (time sharing scheduling) between the different instance. This is similar to conventional multithreaded server architectures.
2:18:00 => answer: We can use down modifier when a server is under development and we don't want request to go there.
Sir,
Aapne meri request pe video bana di thankyou sir
It's very important because bahut saare early start up jo hote hai wo nginx use karte hai multiple website host karne ke liye
@CodersGyan really like the video very well explianed with practicle
down we can use in maintenance time to stop traffic on that server.
Wonderful.... Really appreciate your effort.. Helped alot.. Thank you
Soon u will achieve 3 million subscriber inshaallah
Bro is providing all the latest stacks for free ❤️❤️❤️
Very nice course. Everything explained so clearly.
Amazing Course, Highly Recommended 🤝
Awesome lecture i found on nginx. Thank you very much.
wonderful course that was looking for how to use ngnix with public ip and domain name ... thankyou so much for this detailed video on ngnix 👏👏
Amazing tutorial.... Loved it,
Thanks a lot
Sir I have a request to you. Learned a lot from you. I don't want anything else in life from you. Just one last thing please. Build a recommendation system using MERN please sir. Like a movie recommender or product recommender. you can use content base or filtering base or both. please take my request I'm individual person I don't have that much money to course some ware and in you tube there is no one who tech this. I hope you will consider.
down modifier can be use when we want to do some maintainanace
Bhai Please create video on JS design pattern and principles. Please
We love your efforts and deep knowledge. Thank you ❤️
good content and presentation was super with excellent sound
Sir superb video you made my day 😀😀😀😀
Amazing video to learn nginx..
dil ki gahraio se dhanyavad sir
I am lucky i can listen legend now i am blessed
Sir, please make a video on docker swarm to control different servers or containers.
it took me 1 week to complete this !1 but worth every second . hosted my website now
Powerful video 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
Great videos. all about nginx
Awesome course ❤ from Pune
Amazing Tutorial🔥👏
You are great sir
voice is too slow, please fix this in upcoming videos...loved your content❤... keep uploading more advanced tutorials 💯
Liked the teaching style
Awesome great explination !!
petiton for docker and kubernetes course 🔥🔥
Thank you for creating this course 😊
Aslam o alikum .I am from Pakistan b. Thanks for all . Jo AP NY yah sub video bni Hain on k leay Myra in sy boht faeda hova ha .
AP API pr b video bna doo mujy mny JavaScript pori dykhi ha mujy lgta ha os NY video nhi bnii agr bnii ha tu wo mujy recommend kr doo please .
Awesome course 🔥🔥
Best video on nginx
Glad you think so!
hello sir, react-app of hypothetical dashboard, not found on github please provide link for that aso can practice on that ,
kind request please sir,
thank you
Is there a repository on github for the react application
Sir long time no see , I love nginx ❤😊
Plz make series on production ready kubernetes setup plz
Quality videos❤❤🎉🎉
Thanks sir. 👌🙏👍👍👍
bohot benefit huwa sirr
Next video on how to secure vps🙏🙏🙏👍
DS Algo simple course shuru karo sir..plz
A server can be taken down temporarily for updating the server to a newer version or making new changes in production. (already did it, but without nginx lol)
Bro could you please make a crash course on docker?
thank you sir for this
Sir can you please develop a LMS web app. Because in you tube there is no video on LMS. please take my request.
Bro in your React application(Pizza-cart) i am getting empty array when is use fetch(/api/products) it is not working properly.....Please help🙏🙏
ssl sertificate se kya data frontend se agar body me ya query me send karenege toh encrypted rhega kya?
Sir maske video mon installinh / setting up own postfix mail server like an smtp that service providers provide also with all headers in dns so it should be signed by and mailed that hostname also with profile pic of the mail account, please sir make video on this please 1 🥺
Thank you so much💝💝.
A great tutorial. Could you suggest how to host dotnet core api on nginx.
Sir please make a detail video on Lambda function in which we can deploy node.js code from terminal.
Thank you sir 😘😘😘
I'm seeking advice on obtaining an HTTPS certificate for my web app hosted on Nginx running on my Windows laptop. Could you please share recommendations or resources for configuring HTTPS certificates effectively in a Windows environment?
need some documentry (in windows )
Thanks sir❤❤
Make a complete video on alphine js
Bhai JavaScript ka loop wala video kab aayega ek particular video in loops
buddy ,please help me . default nginx page is only visible on 'localhost' but not on ip address
Gajab ki movie hai bhai, swaad hee aa gaya
Haa bhai ekdam mast hai maine bhi dekha pura
Once again thank you so much sir
Sir need next js course part by part just like create app api authenticate blog project etc
Sir Please make a video on how to make multi tenant web app in node js and react