Nginx crash course in Hindi | Coders Gyan 🚀🔥

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

КОМЕНТАРІ • 183

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

    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 .

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

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

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

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

  • @ShekharTayde-j3k
    @ShekharTayde-j3k 8 місяців тому +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

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

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

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

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

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

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

    DS Algo simple course shuru karo sir..plz

  • @suyashpurwar631
    @suyashpurwar631 Рік тому +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.

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

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

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

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

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

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

    Next video on how to secure vps🙏🙏🙏👍

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

    413 nginx/ 1.10.3 problem solve kordo bhaya

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

    petiton for docker and kubernetes course 🔥🔥

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

    Thanks sir❤❤

  • @DeepanshMaurya-w7i
    @DeepanshMaurya-w7i 3 місяці тому +1

    Worst tutorial

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

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

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

    Bro could you please make a crash course on docker?

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

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

    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 )

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

    Hi sir....i have facing a problem while copying build file local machine to remote server....the problem was key_exchange_identficaton closed by remote host ,,,,,, i am not able to solve this problem..... guys if anybody knows the solution please tell me....i will be very thankful for this person

  • @Zeeshan_Shahrukh24
    @Zeeshan_Shahrukh24 21 день тому

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

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

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

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

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

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

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

  • @NehaShivankar-w1u
    @NehaShivankar-w1u Рік тому

    Hello Bro, At least you should have added the command. in the description What the **** bro?

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

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

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

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

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

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

  • @HarshitGupta-p1b
    @HarshitGupta-p1b 4 дні тому

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

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

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

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

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

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

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

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

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

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

    Sir, Please make a crash course on AWS 🫶

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

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

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

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

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

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

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

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

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

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

    good content and presentation was super with excellent sound

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

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

  • @RanjithNair-l6v
    @RanjithNair-l6v 7 місяців тому

    Is there a repository on github for the react application

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

    Sir plz make one video on Apache tomcat please 🙏 sir

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

    kindly advanced nginx pr b aik course provide kardain

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

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

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

    POS wala project to khtm kr dete sir

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

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

  • @md.al-amin9670
    @md.al-amin9670 Рік тому

    i want tutorial for next js playlist or crash course.

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

    Sir Apache Web server full tutorial please

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

    Apache web server par bhi ek video ❤ please

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

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

  • @mdashifreza1296
    @mdashifreza1296 25 днів тому

    Great videos. all about nginx

  • @PrathameshMali-y2q
    @PrathameshMali-y2q Рік тому

    Reverse proxy mein node ke liye kya kiya hain woh steps miss kardi aapne aur uska link bhi nahi diya hain

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

    GraphQL k upper kuch video banado bhaiya

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

    Sir kitne din baad darshan diya aapne

  • @MujahidKhan-gr1pv
    @MujahidKhan-gr1pv 10 днів тому

    Amazing video to learn nginx..

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

    can you share nginx notes, if u have.

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

    Make a complete video on alphine js

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

    Nice content. Pls, add subtitles

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

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

    Congratulations for 100k

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

    What about POS project?

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

    Thanks sir. 👌🙏👍👍👍

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

    sir thank you very very much

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

    worth watching for Nginx learners
    Thank You @CodersGyan

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

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

    thank you sir for this

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

    Where can i get source code plssss

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

    Bhai mai wait kar raha tha❤❤

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

    Sir future updates bhi bata dijiye aagey kya content aane waala hai.

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

    Thanks you so much

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

    Awesome 😍

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

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

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

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

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

    Voice video ka bhaut slow aarha h

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

    please give video regularly

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

    Thank you sir 😘😘😘

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

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

    Angular ka course kb ayegaa ☹☹☹

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

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

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

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

    Sir The black virtual board, where you've explained the tree hierarchy of nginx configuration, using which app you've created it?

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

    Thank you so much💝💝.

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

  • @LaxmanKumar-g8t8o
    @LaxmanKumar-g8t8o 4 місяці тому

    Thank you so much 🙏🏻😊

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

    Thanks port 80 pr run ho gya.

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

    sir ek course react js par

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

    You are great sir

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

    Love you ❤️❤️

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

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

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

    Very nice course. Everything explained so clearly.

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

    Well Explained !! Highly Appreciated From Nepal !!

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

    Nextjs tutorials

  • @maheshmhaske4421
    @maheshmhaske4421 9 місяців тому

    thanks alot bhai....

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

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

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

    Awesome course 🔥🔥