Getting Started with the Nginx Configuration File

Поделиться
HTML-код
  • Опубликовано: 1 авг 2024
  • The Nginx configuration file contains directives that are grouped into contexts. This tree-like structure allows you to configure Nginx to respond to incoming requests.
    Chapters:
    0:00 Intro
    0:49 Main and server contexts
    3:15 Redirecting to HTTPS
    5:52 Proxy server
    Some resources:
    nginx.org/en/docs/beginners_gu...
    www.digitalocean.com/communit...

Комментарии • 38

  • @constantinci
    @constantinci 2 года назад +4

    This explanation is just great. What else can I say? It includes all the missing pieces lacking in case of others. Thank you, thank you very much and please don't let your channel die.

  • @CerebrumMortum
    @CerebrumMortum 3 года назад +15

    oh.
    FINALLY
    someone who actually *explains* in a video.
    Thank you!

    • @DjangoElRey
      @DjangoElRey 2 года назад

      lol, same here. saved me hours! :D THX

  • @jlee3680
    @jlee3680 3 года назад

    What an informative video. I do love and enjoy watching your videos. They really help me learn something I need. Huge Thanks from South Korea!

  • @battmarn
    @battmarn 2 года назад

    fantastically detailed and clear video. you have a very good way of explaining things.

  • @LifeOf97
    @LifeOf97 2 года назад +1

    Great breakdown, really easy to understand. Thank you very much. 🙏🏿

  • @shriyanssudhi4545
    @shriyanssudhi4545 3 года назад +1

    I came across a nginx file in a ctf. Thanks for quick and good explanation. 👍😄

  • @anthonydinino2321
    @anthonydinino2321 3 года назад +1

    This video is fantastic! saved me so much time.

  • @virajsoni2014
    @virajsoni2014 3 года назад

    Thank you for the video. Lot of information.

  • @imranhasan871
    @imranhasan871 3 года назад

    thank you so much for your great information

  • @nagLostInEntropy
    @nagLostInEntropy 3 года назад

    Great video. Thank u!

  • @SenthilBabuji
    @SenthilBabuji 2 года назад

    Nice and clean.

  • @MrRahul15937
    @MrRahul15937 3 года назад

    Thanks again for this video

  • @prakashn1025
    @prakashn1025 Год назад

    Nice Explanation...

  •  Год назад

    Thank you!

  • @workingTchr
    @workingTchr 3 года назад

    Thx for the overview of nginx.conf. It makes a lot more sense than the bloated conf I got with WinNMP. One thing, I had to put quotes around the root and alias values for it to work. I couldn't get the proxy_pass to work (in my case I'm using nodejs). But all in all, a useful start for me.

    • @djangoroad
      @djangoroad  3 года назад

      Thanks for your comment, I appreciate it. NodeJS probably listens on a different port than Django afaik.

  • @Hamza_The_Dev
    @Hamza_The_Dev 2 года назад +1

    Useful continue

  • @MrRahul15937
    @MrRahul15937 3 года назад

    Hello ma'am,
    Please guide how to run multiple django websites on same ip address. (On single Linode)

  • @Dan-codes
    @Dan-codes 3 года назад

    Great info, your video is a little bit quiet but I like the it!

  • @chillySauceMind
    @chillySauceMind 3 года назад

    How can we use AND keyword in conf file?

  • @dhruba59
    @dhruba59 3 года назад

    Hi how to enable .htaccess file on nginx ...I have installed amember pro but getting 404 error page
    Any solution??

  • @navyasai8884
    @navyasai8884 3 года назад

    Hello mam
    I tried doing same in the hacker rank but didn't get where to configure them
    Can you explain any hacker problem on Ngnix
    Thanks in advance.

  • @CerebrumMortum
    @CerebrumMortum 3 года назад

    p.s.
    can you make a vid about reverproxy and upstream?

    • @djangoroad
      @djangoroad  3 года назад +1

      I will take a note of that.

  • @akashshrestha01
    @akashshrestha01 2 года назад

    great

  • @ssahillppatell
    @ssahillppatell 2 года назад

    Noice thanks

  • @Raj-si5yz
    @Raj-si5yz 3 года назад

    Hi, could you pls tell what kind of application we deploy in nginx. As I worked in nginx. I deplyed html, css, js but I don't have depth knowledge.
    Could you pls tell what kind of app should be deploy in this server.
    Thanks

    • @djangoroad
      @djangoroad  3 года назад +1

      I've mostly used Nginx as a web server and a reverse proxy with a Django application running at a specific port.

    • @Raj-si5yz
      @Raj-si5yz 3 года назад

      @@djangoroad Thanks for letting me know. As you worked as a webserver. What kind of app you was supposed to deploy. I also worked nginx webserver but this things I didn't understood. This is confusion on my mind.

    • @djangoroad
      @djangoroad  3 года назад

      The video is just about the Nginx configuration file. Like any other web server, it has the ability to be tweaked. I hope this makes it clearer.

    • @Raj-si5yz
      @Raj-si5yz 3 года назад

      @@djangoroad okay, I will check on different portal. Thanks

  • @satishpalnati92
    @satishpalnati92 3 года назад

    Hello Madam.. Thanks for the explanation... really good. I need some help and have one doubt in reverse proxy.. can you help me..

    • @djangoroad
      @djangoroad  3 года назад

      DM me on Twitter and will see if I can help.

    • @satishpalnati92
      @satishpalnati92 3 года назад

      @@djangoroad Thankyou..what is your Twitter ID to post information

  • @yapayzeka
    @yapayzeka 3 года назад

    great explanation. but at the hard part you just write down things and didnt explain. what is xforward for etc...