How to configure Nginx as a Reverse proxy | Configuring with SSL

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • Nginx is the most widely used application for reverse proxy, in this video, we are demonstrating Nginx as a reverse proxy.| with HTTP and HTTPS
    nginx config file you can download from the below URL: github.com/kub...
    Commands:
    installing Nginx
    $ yum install epel-release
    $ yum install nginx
    enable HTTP and HTTPS ports on the firewall
    $ firewall-cmd --permanent --zone=public --add-service=http
    $ firewall-cmd --permanent --zone=public --add-service=htts
    $ firewall-cmd --reload
    starting nginx service
    $ systemctl start nginx
    enable nginx
    $ systemctl enable nginx

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

  • @sreepriyanks
    @sreepriyanks Год назад +5

    its tough to find a usefull ngnix video as real-world experiment. this is spectacular, exactly what I need

  • @Mrnw10
    @Mrnw10 6 месяцев назад +1

    Superb job! Why can't all tech examples be this concise!

  • @shaluashok2085
    @shaluashok2085 Год назад +1

    I simply love your video style, truly refreshing and creative. Keep it up👏

  • @iron-man1
    @iron-man1 Год назад +1

    Nice explain and thanks to using yum package manager it feels more comfortable because now a days in every teaching video use apt apt apt

  • @ThangTran-hi3es
    @ThangTran-hi3es 2 месяца назад +1

    Great real world video. Thanks for your effort 😊

  • @rahulprakash9787
    @rahulprakash9787 Год назад +1

    Wonderful... Keeping going Nikhil ☺️👍

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

    You're doing great work, my friend, truly appreciate that 😊

  • @Alexander-ws2eg
    @Alexander-ws2eg Год назад +1

    Very informative.

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

    Useful information. And nice presentation 👍🏼👍🏼👍🏼

  • @Trashloot
    @Trashloot 3 месяца назад +1

    This was a really great video. I started dabling with this kinda stuff and it is really well explained.
    But i have an issue. I don't have access to my Certificate File. My SSL Certificates are handled by my domain provider ? Could you explain how i would set that up ? I would also be greatful if you could just tell me how this thing im trying to do is called. I don't know what to search for so its hard to look up.

    • @kubernetesway
      @kubernetesway  3 месяца назад

      hi, you can refer to this video for making CA signed certificate ruclips.net/video/qmFPWYENRGc/видео.html

  • @piyushghosh1208
    @piyushghosh1208 2 месяца назад

    Why we just added / in proxy_pass ??

  • @MrNYDJ
    @MrNYDJ 8 месяцев назад +1

    Hi
    Can you show how to do for MICROSOFT RDS one for web service and one for gateway? Using latest nginx would appreciate thNks

  • @gurutamsel
    @gurutamsel 7 месяцев назад +1

    great

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

    What a valuable content tanks a lot !

  • @muhammedibrahim1354
    @muhammedibrahim1354 Год назад +1

    Super vedio. kindly add the commands in github

  • @midhunem8735
    @midhunem8735 Год назад +1

    👍👍👍

  • @akhilmukundhan8937
    @akhilmukundhan8937 Год назад +1

    👍👍

  • @ajanthajayan2317
    @ajanthajayan2317 Год назад +1

    👍🏻👍🏻👍🏻

  • @desoosayoha5190
    @desoosayoha5190 Год назад +1

    Useful video😇

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

    Informative video 👍👍👍👍

  • @ranitc-dv4sy
    @ranitc-dv4sy Год назад

    Thanks a lot!

  • @VishnuVishnu-bh5ef
    @VishnuVishnu-bh5ef Год назад +1

    thank you

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

    hi,
    As much I know SSL cert are tied to domain. And Nginx is working as reverse proxy. So each domain must have its own SSL cert or all of them will use the same SSL cert. I'm confuse man.
    Could you please give me some general idea, how can secure all the domain .

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

      hi, each domain needs different certificates, for example, if you are hosting abc.com and xyz.com behind a Ngix server then you
      need different SSL certificates for each domain

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

      @@kubernetesway can I do it with certbot?

    • @kubernetesway
      @kubernetesway  Год назад +1

      @@m_205 I'm recommending buying a CA-signed certificate. otherwise, some browsers will show some errors while accessing your website, you will get 90 days of free SSL from goget SSL. I will share my video below on CA signed SSL please watch ruclips.net/video/qmFPWYENRGc/видео.html

  • @amalkrishna4612
    @amalkrishna4612 Год назад +1

    This video really help me ♥️

  • @Davi-did
    @Davi-did Год назад

    This isn't working for me.

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

      what error u r getting

    • @Davi-did
      @Davi-did Год назад

      @@kubernetesway The request would forward instead of proxy. The ip that was supposed to be proxied was being written in the browser. I eventually got it, but not from anyone on RUclips.

  • @thechosenone6333
    @thechosenone6333 Год назад +1

    Referral - Sujith aji 😹

  • @aradhyamidhun6980
    @aradhyamidhun6980 Год назад +1

    👍👍👍