Nginx crash course in Hindi | Coders Gyan 🚀🔥

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024

ความคิดเห็น • 181

  • @CodersGyan
    @CodersGyan  ปีที่แล้ว +27

    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 11 หลายเดือนก่อน

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

  • @4444-c4s
    @4444-c4s ปีที่แล้ว +22

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

  • @zaynff2m860
    @zaynff2m860 ปีที่แล้ว +2

    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

  • @Live-hh6li
    @Live-hh6li ปีที่แล้ว +7

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

  • @aweshchoudhary2453
    @aweshchoudhary2453 ปีที่แล้ว +2

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

  • @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.

  • @amankhanna354
    @amankhanna354 ปีที่แล้ว +9

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

  • @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.

  • @harshlakwal9522
    @harshlakwal9522 ปีที่แล้ว +9

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

  • @rahulsalokhe200
    @rahulsalokhe200 9 หลายเดือนก่อน

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

  • @gerlynm50
    @gerlynm50 10 หลายเดือนก่อน

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

  • @NodeJsBeginner
    @NodeJsBeginner 6 หลายเดือนก่อน

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

  • @user-cb5ef7vl5q
    @user-cb5ef7vl5q 6 หลายเดือนก่อน +2

    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

  • @AKASH-sw9bs
    @AKASH-sw9bs 11 หลายเดือนก่อน +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

  • @AlthafMD-r7e
    @AlthafMD-r7e หลายเดือนก่อน

    worth watching for Nginx learners
    Thank You @CodersGyan

  • @supravatsarkar5866
    @supravatsarkar5866 ปีที่แล้ว

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

  • @codescroller
    @codescroller ปีที่แล้ว +1

    Bhai mai wait kar raha tha❤❤

  • @suyashpurwar631
    @suyashpurwar631 ปีที่แล้ว +3

    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.

  • @rakeshkranjani
    @rakeshkranjani 11 หลายเดือนก่อน

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

  • @AbdulRehman-pc2xx
    @AbdulRehman-pc2xx 11 หลายเดือนก่อน

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

  • @swapnilahirekar4078
    @swapnilahirekar4078 10 วันที่ผ่านมา

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

  • @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

  • @rajukadel1007
    @rajukadel1007 ปีที่แล้ว

    Well Explained !! Highly Appreciated From Nepal !!

  • @amanmaheshwari5665
    @amanmaheshwari5665 ปีที่แล้ว +1

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

  • @rahulkr7349
    @rahulkr7349 8 หลายเดือนก่อน

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

  • @monindersingh2565
    @monindersingh2565 2 หลายเดือนก่อน

    good content and presentation was super with excellent sound

  • @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.

  • @rahulmishra0802
    @rahulmishra0802 ปีที่แล้ว

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

  • @sbrosgamerz3470
    @sbrosgamerz3470 9 หลายเดือนก่อน

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

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

  • @aryantirkey1744
    @aryantirkey1744 ปีที่แล้ว

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

  • @getsetalk
    @getsetalk ปีที่แล้ว +2

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

  • @MythicalSaty
    @MythicalSaty ปีที่แล้ว +1

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

  • @kuldeeppilaji
    @kuldeeppilaji 25 วันที่ผ่านมา

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

  • @aayush135
    @aayush135 6 หลายเดือนก่อน

    Very nice course. Everything explained so clearly.

  • @nightowl0492
    @nightowl0492 หลายเดือนก่อน

    Congratulations for 100k

  • @kazinayem2011
    @kazinayem2011 9 หลายเดือนก่อน

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

  • @user-cz3ld9dl9o
    @user-cz3ld9dl9o ปีที่แล้ว

    sir your voice of explanation is so honorable and sweet

  • @muhammadazadazad9369
    @muhammadazadazad9369 ปีที่แล้ว

    Soon u will achieve 3 million subscriber inshaallah

  • @siddharthsable7762
    @siddharthsable7762 ปีที่แล้ว

    Amazing Course, Highly Recommended 🤝

  • @rummanujjaman4727
    @rummanujjaman4727 ปีที่แล้ว +1

    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.

  • @pardeepsahota992
    @pardeepsahota992 ปีที่แล้ว

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

  • @satyam94163
    @satyam94163 ปีที่แล้ว

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

  • @aravindetagi4008
    @aravindetagi4008 11 หลายเดือนก่อน

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

  • @Lerndemy
    @Lerndemy ปีที่แล้ว +1

    petiton for docker and kubernetes course 🔥🔥

  • @Superuser-r1y
    @Superuser-r1y ปีที่แล้ว +1

    Next video on how to secure vps🙏🙏🙏👍

  • @muhammadazadazad9369
    @muhammadazadazad9369 ปีที่แล้ว

    I am lucky i can listen legend now i am blessed

  • @__shubhamtiwari
    @__shubhamtiwari 2 หลายเดือนก่อน

    Gajab ki movie hai bhai, swaad hee aa gaya

    • @shubhamtiwari4581
      @shubhamtiwari4581 2 หลายเดือนก่อน

      Haa bhai ekdam mast hai maine bhi dekha pura

  • @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 .

  • @vikaspatel8105
    @vikaspatel8105 ปีที่แล้ว

    dil ki gahraio se dhanyavad sir

  • @user-px3hj7yv6n
    @user-px3hj7yv6n ปีที่แล้ว

    Hey I have one question that is unsolved by me.
    1) You have a container which is 100% of browser
    2) The container has flex-row
    3) You have 2 Inner div's Left and Right inside container
    4) they have flex-6 and flex-4 respectively
    5) The flex-6(left) container has a stories
    6) Which has many single story with width 200px
    7) I want the stories div to be 100% of left which is flex-6 or container
    8) When i make more story div's and make the stories contaier flex auto
    9) It Exceeds it's width instead of making single story to overflow inside this
    10) what is this issue and how to fix this

  • @thefuntech2810
    @thefuntech2810 ปีที่แล้ว

    Sir superb video you made my day 😀😀😀😀

  • @geekyasif
    @geekyasif ปีที่แล้ว +1

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

  • @HasanAli-vp6ci
    @HasanAli-vp6ci ปีที่แล้ว +1

    awesome video. Loved it. Btw, is our MERN course not coming?It was supposed to be coming by dec 2022 but it;s April 2023. We are becoming dead to wait longer. Please tell us when it will launch. Thanks

    • @ahsanabrar880
      @ahsanabrar880 ปีที่แล้ว

      Sunday ko live aye thy Sir, wahan discuss kia ha sub kuch.

    • @HasanAli-vp6ci
      @HasanAli-vp6ci ปีที่แล้ว +1

      @@ahsanabrar880 thanks a lot. I've found it

  • @dharmesh887
    @dharmesh887 ปีที่แล้ว

    Thank you for creating this course 😊

  • @suheabkhan2546
    @suheabkhan2546 ปีที่แล้ว +1

    Best video on nginx

    • @CodersGyan
      @CodersGyan  ปีที่แล้ว

      Glad you think so!

  • @vedantbhoyarxd
    @vedantbhoyarxd ปีที่แล้ว

    bohot benefit huwa sirr

  • @mdasibulhasanshanto601
    @mdasibulhasanshanto601 8 หลายเดือนก่อน

    Liked the teaching style

  • @mdmuhtasimfuadfahim
    @mdmuhtasimfuadfahim ปีที่แล้ว +1

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

  • @himanshujagdale4966
    @himanshujagdale4966 4 หลายเดือนก่อน

    Awesome course 🔥🔥

  • @fabrizziorosales9879
    @fabrizziorosales9879 ปีที่แล้ว

    Amazing Tutorial🔥👏

  • @vedantbhoyarxd
    @vedantbhoyarxd ปีที่แล้ว +1

    You are great sir

  • @deepakpatil1506
    @deepakpatil1506 ปีที่แล้ว

    Awesome course ❤ from Pune

  • @mdbiplophossain1180
    @mdbiplophossain1180 ปีที่แล้ว

    please give video regularly

  • @alamshaikh4358
    @alamshaikh4358 ปีที่แล้ว +1

    Bro could you please make a crash course on docker?

  • @md.al-amin9670
    @md.al-amin9670 ปีที่แล้ว

    i want tutorial for next js playlist or crash course.

  • @adivmt
    @adivmt ปีที่แล้ว

    Sir long time no see , I love nginx ❤😊

  • @pranjalrauthan7036
    @pranjalrauthan7036 ปีที่แล้ว

    This will certainly boost our learning and till your course arrive this will surely be an important prerequisite !!!
    Please make more of such crash course, surely helps and levels our learning.
    Thanks again for your valuable efforts !!

  • @dileepnagendra8199
    @dileepnagendra8199 ปีที่แล้ว

    Awesome great explination !!

  • @oneLiner89
    @oneLiner89 ปีที่แล้ว

    sir ap itne din kahan thyy?😥😥😥😥 I'm excitedly waiting for your videos

  • @ggnova8581
    @ggnova8581 ปีที่แล้ว

    Plz make series on production ready kubernetes setup plz

  • @SuvamTharu
    @SuvamTharu ปีที่แล้ว

    lots of love from nepal sir,sir project daalo na with image

  • @sanketkothiya547
    @sanketkothiya547 ปีที่แล้ว +1

    thank you sir for this

  • @RNFC091
    @RNFC091 11 หลายเดือนก่อน

    Nice content. Pls, add subtitles

  • @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)

  • @yoanurag
    @yoanurag ปีที่แล้ว +1

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

  • @yusuf_dsp
    @yusuf_dsp ปีที่แล้ว +1

    DS Algo simple course shuru karo sir..plz

  • @s4shiva946
    @s4shiva946 ปีที่แล้ว

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

  • @emon-the-boss1926
    @emon-the-boss1926 ปีที่แล้ว

    Thank you so much💝💝.

  • @SaurabhGupta-eb7yr
    @SaurabhGupta-eb7yr 4 หลายเดือนก่อน

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

  • @guptaji0786
    @guptaji0786 ปีที่แล้ว

    Make a complete video on alphine js

  • @Aditya_sharma09
    @Aditya_sharma09 ปีที่แล้ว

    sir playlist wanana shuru kr dijiye ap.. search krne me prblm hoti hai video.. project ki playlist wna dijiye...

  • @unemployedcse3514
    @unemployedcse3514 ปีที่แล้ว

    Awesome 😍

  • @nazmulalam1982
    @nazmulalam1982 ปีที่แล้ว

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

  • @roshanshetty1488
    @roshanshetty1488 6 หลายเดือนก่อน

    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 )

  • @IsfhanAhmed
    @IsfhanAhmed ปีที่แล้ว +1

    Just came here to only like the video creating a TH-cam video takes lots off efforts and average 1 hour video required at least 15 to 20 hours times

  • @user-iy4sr3qk2c
    @user-iy4sr3qk2c 3 หลายเดือนก่อน

    Thank you so much 🙏🏻😊

  • @the_knowledge_tonic
    @the_knowledge_tonic ปีที่แล้ว

    Once again thank you so much sir

  • @aweshchoudhary2453
    @aweshchoudhary2453 ปีที่แล้ว

    Quality videos❤❤🎉🎉

  • @Superuser-r1y
    @Superuser-r1y ปีที่แล้ว +1

    Thanks sir❤❤

  • @MsAlokranjan
    @MsAlokranjan ปีที่แล้ว +1

    Thanks sir. 👌🙏👍👍👍

  • @Hardeep_Singh9
    @Hardeep_Singh9 ปีที่แล้ว

    great content

  • @magaramol9175
    @magaramol9175 ปีที่แล้ว +1

    Thank you sir 😘😘😘

  • @simplesoftwaresolutions3734
    @simplesoftwaresolutions3734 7 หลายเดือนก่อน

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

  • @dipukumar3472
    @dipukumar3472 ปีที่แล้ว

    Sir aap ka full stack course kab tak aayega?. I'm waiting for a long time.

  • @shoprecartteam9567
    @shoprecartteam9567 ปีที่แล้ว

    Sir, how to play hls and dash videos which are converted from aws media convert in ReactJs.
    And hls videos which are converted by aws media convert are not working in any browsers except safari. Can you please demonstrate a video on this topic.?😊

  • @SyntacticalFit
    @SyntacticalFit ปีที่แล้ว

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

  • @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.

  • @mahipalgunawat698
    @mahipalgunawat698 2 หลายเดือนก่อน

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