Nginx crash course in Hindi | Coders Gyan 🚀🔥

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 197

  • @CodersGyan
    @CodersGyan  Місяць тому

    Want to master Full Stack development? Enroll now: codersgyan.com/c/fullstack-js-engineer.

  • @CodersGyan
    @CodersGyan  Рік тому +29

    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 🎉

    • @riteshmane5452
      @riteshmane5452 Рік тому +2

      sir redis ke upar video laao na aur production level deployment

    • @qurashishebi7988
      @qurashishebi7988 Рік тому

      Sir kindly React Native ki b video banye

    • @shahebazkazi1434
      @shahebazkazi1434 Рік тому

      Sir Bitbucket to nginx , reactjs ,nodejs eske upr ek video banao na .

    • @Imran_kpk
      @Imran_kpk 2 місяці тому

      Wow wow fantastic ❤ every confusion is clear now ❤❤

  • @4444-c4s
    @4444-c4s Рік тому +25

    Kal hi baat Hui aur Aaj nginix ka course bhi aa gaya....Amazing sir ❤️❤️❤️

  • @zaynff2m860
    @zaynff2m860 Рік тому +4

    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

  • @aweshchoudhary2453
    @aweshchoudhary2453 Рік тому +2

    Bhai you are our mind reader. 1-2 days se video dhoondra hu. Thankss❤

  • @Live-hh6li
    @Live-hh6li Рік тому +7

    Awesome
    I was thinking of learning nginx
    But most content on YT was old
    Will learn this next weekend

  • @iam.devangmp
    @iam.devangmp Рік тому +3

    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.

  • @gerlynm50
    @gerlynm50 Рік тому

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

  • @rahul_salokhe
    @rahul_salokhe Рік тому

    आपका बहुत बहुत धन्यवाद जो आपने इतना बढ़िया contact बहुत सरल भाषा में दिया.
    अगर आप यही multiple domains, load balancer ई. point जो इस video में है वह window IIS में केसे कराना है उसको ऊपर बनाये तो बहुत बड़ी या हो जायेगा. 🎉🎉

  • @NodeJsBeginner
    @NodeJsBeginner 10 місяців тому

    I have gone through many nginx content but this is very simply explained. Thank you!

  • @pallavkan
    @pallavkan Місяць тому

    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

  • @iam.devangmp
    @iam.devangmp Рік тому +10

    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.

  • @sumitKumar-kr1zz
    @sumitKumar-kr1zz 25 днів тому

    Really appreciated your every words are easy to understandable with politely voice.

  • @sangeetdhotre9878
    @sangeetdhotre9878 Місяць тому

    Best video on youtube for nginx configuration :)

  • @amankhanna354
    @amankhanna354 Рік тому +9

    Another masterpiece just landed on youtube and as always from rakesh sir🔥

  • @Zeeshan_Shahrukh24
    @Zeeshan_Shahrukh24 3 місяці тому

    Superb course learned a lot. My reverse proxy and load balancing concepts are clear now, Thank you very much!

  • @monilparikh2565
    @monilparikh2565 Місяць тому

    The Content Was Awesome. Keep Up the Good Work !!

  • @AbdulRehman-pc2xx
    @AbdulRehman-pc2xx Рік тому

    I am from Pakistan TbH Sir bohat he kamal samjhaya hai app nay

  • @AKASH-sw9bs
    @AKASH-sw9bs Рік тому +1

    A great lesson within short time about nginx so far. 🎉

  • @yoanurag
    @yoanurag Рік тому +1

    hollyy....
    you're awesomely timeed
    i'ts been few days me trying to learn nginx .....
    now you've got me covered
    thanks

  • @harshlakwal9522
    @harshlakwal9522 Рік тому +10

    You are god for me sir.... 🙇‍♂
    Love you ❤
    Thank you sooo much from core of my heart 🙏❤
    Just keep posting these kind of things.....😌

  • @rakeshkranjani
    @rakeshkranjani Рік тому

    You teaching style is so nice . Everything you explain is very clear now . Thank you bhaiya for sharing this knowledge to us

  • @supravatsarkar5866
    @supravatsarkar5866 Рік тому

    Your youtube channel like a gold mine. No any one as you. good blessing for you sir. ❤❤

  • @rajukadel1007
    @rajukadel1007 Рік тому

    Well Explained !! Highly Appreciated From Nepal !!

  • @codescroller
    @codescroller Рік тому +1

    Bhai mai wait kar raha tha❤❤

  • @HarshitGupta-p1b
    @HarshitGupta-p1b 3 місяці тому

    Best video i learned a lot from this course Thanks a lot

  • @rahulmishra0802
    @rahulmishra0802 Рік тому

    you explain in wonderful way , ekk baar m hi smj aa gya

  • @ShekharTayde-j3k
    @ShekharTayde-j3k 11 місяців тому +3

    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

  • @rahulkr7349
    @rahulkr7349 Рік тому

    Really nice video, calm voice and explained like a charm.
    Thank you for this video.

  • @kaliasala
    @kaliasala Рік тому

    sir your voice of explanation is so honorable and sweet

  • @amanmaheshwari5665
    @amanmaheshwari5665 Рік тому +1

    Underrated Channel and Instructor....Simply Calm and Brilliant content!!! Love it !! Thank you brother🥰

  • @AlthafMD-r7e
    @AlthafMD-r7e 5 місяців тому

    worth watching for Nginx learners
    Thank You @CodersGyan

  • @sbrosgamerz3470
    @sbrosgamerz3470 Рік тому

    Got Great overview of nginx keep on posting such videos 🥳🥳

  • @muhammadsalman5026
    @muhammadsalman5026 28 днів тому

    Very Informative and great explanation👍

  • @smshohag6205
    @smshohag6205 Рік тому

    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.

  • @unknown_manushya
    @unknown_manushya Рік тому +4

    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.

  • @shubhpatkar862
    @shubhpatkar862 2 місяці тому

    2:18:00 => answer: We can use down modifier when a server is under development and we don't want request to go there.

  • @thefuntech2810
    @thefuntech2810 Рік тому

    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

  • @swapnilahirekar4078
    @swapnilahirekar4078 4 місяці тому

    @CodersGyan really like the video very well explianed with practicle
    down we can use in maintenance time to stop traffic on that server.

  • @pardeepsahota992
    @pardeepsahota992 Рік тому

    Wonderful.... Really appreciate your effort.. Helped alot.. Thank you

  • @muhammadazadazad9369
    @muhammadazadazad9369 Рік тому

    Soon u will achieve 3 million subscriber inshaallah

  • @aryantirkey1744
    @aryantirkey1744 Рік тому

    Bro is providing all the latest stacks for free ❤️❤️❤️

  • @aayush135
    @aayush135 10 місяців тому

    Very nice course. Everything explained so clearly.

  • @siddharthsable7762
    @siddharthsable7762 Рік тому

    Amazing Course, Highly Recommended 🤝

  • @kazinayem2011
    @kazinayem2011 Рік тому

    Awesome lecture i found on nginx. Thank you very much.

  • @ikon_works
    @ikon_works Рік тому

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

  • @aravindetagi4008
    @aravindetagi4008 Рік тому

    Amazing tutorial.... Loved it,
    Thanks a lot

  • @rummanujjaman4727
    @rummanujjaman4727 Рік тому +2

    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.

  • @yoanurag
    @yoanurag Рік тому +1

    down modifier can be use when we want to do some maintainanace

  • @MythicalSaty
    @MythicalSaty Рік тому +1

    Bhai Please create video on JS design pattern and principles. Please

  • @getsetalk
    @getsetalk Рік тому +2

    We love your efforts and deep knowledge. Thank you ❤️

  • @monindersingh2565
    @monindersingh2565 6 місяців тому

    good content and presentation was super with excellent sound

  • @thefuntech2810
    @thefuntech2810 Рік тому

    Sir superb video you made my day 😀😀😀😀

  • @MujahidKhan-gr1pv
    @MujahidKhan-gr1pv 3 місяці тому

    Amazing video to learn nginx..

  • @vikaspatel8105
    @vikaspatel8105 Рік тому

    dil ki gahraio se dhanyavad sir

  • @muhammadazadazad9369
    @muhammadazadazad9369 Рік тому

    I am lucky i can listen legend now i am blessed

  • @mdmuhtasimfuadfahim
    @mdmuhtasimfuadfahim Рік тому +1

    Sir, please make a video on docker swarm to control different servers or containers.

  • @kuldeeppilaji
    @kuldeeppilaji 4 місяці тому

    it took me 1 week to complete this !1 but worth every second . hosted my website now

  • @geekyasif
    @geekyasif Рік тому +1

    Powerful video 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥

  • @mdashifreza1296
    @mdashifreza1296 3 місяці тому

    Great videos. all about nginx

  • @deepakpatil1506
    @deepakpatil1506 Рік тому

    Awesome course ❤ from Pune

  • @fabrizziorosales9879
    @fabrizziorosales9879 Рік тому

    Amazing Tutorial🔥👏

  • @vedantbhoyarxd
    @vedantbhoyarxd Рік тому +1

    You are great sir

  • @satyam94163
    @satyam94163 Рік тому

    voice is too slow, please fix this in upcoming videos...loved your content❤... keep uploading more advanced tutorials 💯

  • @mdasibulhasanshanto601
    @mdasibulhasanshanto601 Рік тому

    Liked the teaching style

  • @dileepnagendra8199
    @dileepnagendra8199 Рік тому

    Awesome great explination !!

  • @Lerndemy
    @Lerndemy Рік тому +1

    petiton for docker and kubernetes course 🔥🔥

  • @dharmesh887
    @dharmesh887 Рік тому

    Thank you for creating this course 😊

  • @Clan07-KRG
    @Clan07-KRG Рік тому

    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 .

  • @himanshujagdale4966
    @himanshujagdale4966 8 місяців тому

    Awesome course 🔥🔥

  • @suheabkhan2546
    @suheabkhan2546 Рік тому +1

    Best video on nginx

  • @samipdave1589
    @samipdave1589 Місяць тому

    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

  • @RanjithNair-l6v
    @RanjithNair-l6v 10 місяців тому +1

    Is there a repository on github for the react application

  • @adivmt
    @adivmt Рік тому

    Sir long time no see , I love nginx ❤😊

  • @ggnova8581
    @ggnova8581 Рік тому

    Plz make series on production ready kubernetes setup plz

  • @aweshchoudhary2453
    @aweshchoudhary2453 Рік тому

    Quality videos❤❤🎉🎉

  • @MsAlokranjan
    @MsAlokranjan Рік тому +1

    Thanks sir. 👌🙏👍👍👍

  • @vedantbhoyarxd
    @vedantbhoyarxd Рік тому

    bohot benefit huwa sirr

  • @Superuser-r1y
    @Superuser-r1y Рік тому +1

    Next video on how to secure vps🙏🙏🙏👍

  • @yusuf_dsp
    @yusuf_dsp Рік тому +1

    DS Algo simple course shuru karo sir..plz

  • @tsarprince
    @tsarprince Рік тому

    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)

  • @alamshaikh4358
    @alamshaikh4358 Рік тому +1

    Bro could you please make a crash course on docker?

  • @sanketkothiya547
    @sanketkothiya547 Рік тому +1

    thank you sir for this

  • @rummanujjaman4727
    @rummanujjaman4727 Рік тому

    Sir can you please develop a LMS web app. Because in you tube there is no video on LMS. please take my request.

  • @tarunyadav2617
    @tarunyadav2617 Рік тому

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

  • @SyntacticalFit
    @SyntacticalFit Рік тому

    ssl sertificate se kya data frontend se agar body me ya query me send karenege toh encrypted rhega kya?

  • @vedantbhoyarxd
    @vedantbhoyarxd Рік тому

    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 🥺

  • @emon-the-boss1926
    @emon-the-boss1926 Рік тому

    Thank you so much💝💝.

  • @simplesoftwaresolutions3734
    @simplesoftwaresolutions3734 11 місяців тому

    A great tutorial. Could you suggest how to host dotnet core api on nginx.

  • @SaurabhGupta-eb7yr
    @SaurabhGupta-eb7yr 9 місяців тому

    Sir please make a detail video on Lambda function in which we can deploy node.js code from terminal.

  • @magaramol9175
    @magaramol9175 Рік тому +1

    Thank you sir 😘😘😘

  • @roshanshetty1488
    @roshanshetty1488 10 місяців тому

    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 )

  • @Superuser-r1y
    @Superuser-r1y Рік тому +1

    Thanks sir❤❤

  • @guptaji0786
    @guptaji0786 Рік тому

    Make a complete video on alphine js

  • @s4shiva946
    @s4shiva946 Рік тому

    Bhai JavaScript ka loop wala video kab aayega ek particular video in loops

  • @mahipalgunawat698
    @mahipalgunawat698 7 місяців тому

    buddy ,please help me . default nginx page is only visible on 'localhost' but not on ip address

  • @__shubhamtiwari
    @__shubhamtiwari 6 місяців тому

    Gajab ki movie hai bhai, swaad hee aa gaya

    • @shubhamtiwari4581
      @shubhamtiwari4581 6 місяців тому

      Haa bhai ekdam mast hai maine bhi dekha pura

  • @Rajpreet_giri
    @Rajpreet_giri Рік тому

    Once again thank you so much sir

  • @nazmulalam1982
    @nazmulalam1982 Рік тому

    Sir need next js course part by part just like create app api authenticate blog project etc

  • @HaiderAli-nn3gy
    @HaiderAli-nn3gy Рік тому

    Sir Please make a video on how to make multi tenant web app in node js and react