Explained: 7 Settings to Secure Nginx Web Server | Securing Nginx

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

КОМЕНТАРІ • 18

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

    Excellent content brother.

  • @dancewitharun
    @dancewitharun 8 місяців тому +1

    Good content bro in a single video. Keep uploading like this. Thanks

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

      Glad you liked it and thanks.

  • @samirowan9590
    @samirowan9590 8 місяців тому +1

    That was Spectacular !!!
    Thanks

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

    great content bro. now i can just copy your video url and share it to my developer instead explain it to them everytime

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

      Please do! I appreciate that. I'm glad you liked the video.

  • @Hiturion
    @Hiturion 5 місяців тому +1

    Hi. Great video thanks. Would also add an 8th one by making sure the Strict-Transport-Security is enforced ;).

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

    Hi, could you please do a video on caching images on nginx, like for example, all my images are in
    /var/something directory, how do I cache these images? And serve from nginx
    Thanks if you can do this!

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

    i can not set "Content-type: application/json" in header response, my api always return 200 with "content-type: text/html" eventhought i added header in nginx config, please help

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

    How to secure Cookies for sites on a Nginx server? There was a Nginx module, but that one is deprecated.

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

    how to hide Server name, andDate?

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

    I want to secure nginx web server on fedora os , this video is not for me

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

      it doesn't matter what OS you're using 👍

  • @AlejandroLopez-nf5qe
    @AlejandroLopez-nf5qe 6 місяців тому

    add_header Content-Security-Policy "default-src 'self'" always; broke my website. It looks as if the CSS is gone.