Part 1 - NGINX Web Server ( Installation & Configuration )

Sdílet
Vložit
  • čas přidán 10. 10. 2020
  • This Video explain how you can install and configure NGINX and run your first web server serving your custom website.
    Github link : github.com/techbeast-org/ngin...
  • Věda a technologie

Komentáře • 59

  • @EMANON92993
    @EMANON92993 Před 2 lety +7

    Thank you for this video. I am trying to teach myself AWS and this tutorial was crucial in getting me to learn how to start a website. I had no prior experience using NGINX or messing with config files. Didn't have any issues following your steps either. Great job!!

    • @techbeast-org
      @techbeast-org  Před 2 lety +1

      Thanks for the comments !! Glad that you found it useful😄

  • @maheshamte6453
    @maheshamte6453 Před rokem +1

    Watched many tutorials on nginx but found this one of best
    Thank you
    Make more videos

  • @bloodgracet5640
    @bloodgracet5640 Před rokem +1

    seriously good lesson, minute the bs, minus the missed steps. good job.

  • @sachintandon554
    @sachintandon554 Před 2 lety +1

    this is the video for which i am searching for, thanks a lot buddy

    • @techbeast-org
      @techbeast-org  Před 2 lety

      Glad you found it useful !! Thanks for the support 😄

  • @AkshayJaiswal
    @AkshayJaiswal Před 2 lety +1

    Thank you so much. This is exactly i was looking for. 🙂

  • @C137-RickSanchez
    @C137-RickSanchez Před 2 lety +1

    i look for a lot of nginx tutorial and this is the best

    • @techbeast-org
      @techbeast-org  Před 2 lety

      Thanks for the kind words , keep supporting us 😄

  • @MyStockz
    @MyStockz Před 2 lety +1

    Found it super useful compared to what's out there!

  • @biswajitmohapatra2172
    @biswajitmohapatra2172 Před rokem +1

    Best explanation 👍🏻👍🏻

  • @mikhail2710
    @mikhail2710 Před rokem +1

    Thank you sir, you helped me a lot with this one!

    • @techbeast-org
      @techbeast-org  Před rokem +1

      Glad that you found it useful 😀 keep supporting !!

  • @martincesak5066
    @martincesak5066 Před 2 lety +1

    Yes, 5 from 5 points. Thanks a lot...

  • @jaimedan2358
    @jaimedan2358 Před rokem +1

    Thanks a lot for this content.

  • @shivayadav-be9wm
    @shivayadav-be9wm Před 2 lety +1

    I am using a load balancer which should connect tcp/ udp.should I change the config file for webserver for connecting tcp and udp ports or the config file which u have shown is enough. We will use haproxy(loadbalancer) for webservice (TCP) and nginx for snmp(udp).

  • @rufetaliyev9850
    @rufetaliyev9850 Před 11 měsíci +1

    Thanks for this video

  • @ryansmith3569
    @ryansmith3569 Před 2 lety

    do I list all the .html files in a folder if the index.html file has different layouts or if there's a page with buttons each individual button routes to a different page? I have a controller.js and an index.js do I list those in here too?

  • @pe29pe20
    @pe29pe20 Před rokem

    Fantastic!

  • @cerebralshunt2677
    @cerebralshunt2677 Před 2 lety +1

    FANTASTIC!!!

    • @techbeast-org
      @techbeast-org  Před 2 lety

      Thanks for the support !! pls do share and subscribe our channel😀

  • @BijouBakson
    @BijouBakson Před 2 lety +1

    Thank you.

  • @socrates1796
    @socrates1796 Před 3 lety +1

    one of the best

  • @telebihajar
    @telebihajar Před 2 lety

    Hi Sir, great tutorial, can u teach how get page like 4:13 duration on ubuntu ec2 instance. Can you share the steps. Thanks in advance

  • @parsere
    @parsere Před 2 lety

    hi! well done!
    when i want to reload my nginx " systemctl reload nginx" i see this text "Failed to connect to bus: No such file or directory"
    how to fix it?
    (i did all the steps as u said in the video)

  • @utkarshkaushik7575
    @utkarshkaushik7575 Před rokem

    What if i have a next.js application what should I do wo access the website. Website is runnning on port but not on domain name

  • @alirashid3562
    @alirashid3562 Před 3 lety +1

    Hey Dude nice video
    !. piece of critical advice use VPN dont show your public IP address or such when making videos if you dont want anyone to hack,
    Hope you get why

    • @techbeast-org
      @techbeast-org  Před 3 lety

      Thanks dude, totally agree , It's a great advice !! Normally we will shut down the demo server after the recording and never use it again :) Keep watching and Thanks for your support !!

  • @dhruba59
    @dhruba59 Před 3 lety

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

  • @hurolinci5986
    @hurolinci5986 Před 3 lety +1

    good video

  • @keremozer7856
    @keremozer7856 Před rokem

    in my server nano command doesnt working, trying to create a new conf file but I cant use nano, is there anything I can use another command?

  • @vikraal6974
    @vikraal6974 Před 2 lety

    Hi bro how can I setup webhook on my webpage? I want to receive data from Google sheets API

  • @vipuldabhi6971
    @vipuldabhi6971 Před 3 lety

    We need to to uninstall some modules that gets installed by default pls indicate how shall we uninstall modules or implement it -without-module name clause

  • @chelsigoliath
    @chelsigoliath Před 3 lety +1

    Hey there
    I’m curious, do you know how to solve the error of nginx not running/being inactive because it says the file or repository doesn’t exist?

    • @techbeast-org
      @techbeast-org  Před 3 lety

      If you get an error about add-apt-repository not existing, you will want to install python-software-properties. If you get other errors , can you please post the exact error message you are getting ?

  • @chetanmeena4555
    @chetanmeena4555 Před rokem

    i can only access webpages from localhost only not from anything else ????

  • @asit3061
    @asit3061 Před rokem

    I have doubt, you install ngnix in your local machine or remote aws machine ....??

    • @techbeast-org
      @techbeast-org  Před rokem

      The machine used in the video is a Remote machine, but technically it works the same locally too :)

  • @SukiNotSus
    @SukiNotSus Před rokem +1

    I don't have the sites-available folder in it. It got tons of files inside nginx folder. I am running Debian what to do?

    • @techbeast-org
      @techbeast-org  Před rokem

      If you don’t have, you can create /etc/nginx/sites-available folder and /etc/nginx/sites-enabled and then edit the http block inside /etc/nginx/nginx.conf file 😀

  • @Raj-si5yz
    @Raj-si5yz Před 3 lety +1

    It's very great video. I have one doubt. Could you pls tell?.
    Nginx.conf is a default configuration file. Some where I seen deafult. conf. What is this file?
    Thanks

    • @techbeast-org
      @techbeast-org  Před 3 lety

      nginx.conf is the main config file , if you put all your config inside it will still work. The default conf file under sites-enabled folder are just to keep things orgainsed, hope it helps !!

  • @mysterious_minder
    @mysterious_minder Před 3 lety +1

    Sir before installing nginx on terminal we have to download nginx first in ubuntu??

    • @mysterious_minder
      @mysterious_minder Před 3 lety

      Sir pls reply

    • @techbeast-org
      @techbeast-org  Před 3 lety

      You only need to install via terminal if you are accessing your Ubuntu machine via terminal

    • @mysterious_minder
      @mysterious_minder Před 3 lety

      @@techbeast-org sir writing the code in terminal then we can install and run the nginx???

    • @techbeast-org
      @techbeast-org  Před 3 lety

      When you run the command in terminal, it will download from repository and install nginx for you without additional steps :)

    • @mysterious_minder
      @mysterious_minder Před 3 lety

      @@techbeast-org Thank u sir

  • @randythamrin5976
    @randythamrin5976 Před 2 lety +1

    mine always showing 404 pages not found

    • @NewcastleFilm
      @NewcastleFilm Před 2 lety +1

      same here, you need to make sure you create the index.html file under the /var/www// directory

  • @ricetv942
    @ricetv942 Před 3 lety +1

    how to relink default file?

    • @techbeast-org
      @techbeast-org  Před 3 lety

      you can create a symbolic link for default config file using below command
      ln -s /etc/nginx/sites-available/default /etc/nginx/sites-enabled/default

  • @Nikoolayy1
    @Nikoolayy1 Před 3 měsíci

    ok.

  • @johnfernandes455
    @johnfernandes455 Před 3 lety

    This is a confusing video on NGinx

    • @techbeast-org
      @techbeast-org  Před 3 lety

      Thanks for the feedback !! May I know, which part of the video you felt confused ?