NGINX Linux Server | Common Configurations

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • NGINX is a lightweight, high-performance web server designed for high-traffic use cases. One of NGINX’s strongest features is the ability to efficiently serve static content such as HTML and media files. This video will familiarize you with basic NGINX parameters and conventions.
    Chapters:
    0:00 - Intro
    1:00 - Starting NGINX
    2:01 - nginx.conf Overview
    7:33 - default.conf Overview
    15:00 - Restarting and Reloading NGINX
    16:49 - Outro
    New to Cloud Computing? Get started here with a $100 credit → www.linode.com/lp/youtube-vie...
    Read the doc for more information on configuring NGINX→ www.linode.com/docs/guides/ho...
    Learn how to install NGINX on Ubuntu→ www.linode.com/docs/guides/in...
    Subscribe to get notified of new episodes as they come out → ruclips.net/user/linode?sub_co...
    #WebServer #Linode #NGINX #Linux
    Product: Linode, NGINX, Web Server; Jay LaCroix;
  • НаукаНаука

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

  • @michaelvilain8457
    @michaelvilain8457 2 года назад +8

    These videos, although basic, are quite easy to follow and contain just enough detail to give someone unfamiliar with the topic enough to get started. Most of my experience is with Apache and I've installed nginx as part of a tutorial for another project. It's much easier to deal with than apache, so I looked up one of the Apache vs. Nginx pages and it filled out "Why would I run one over the other?". And it supplemented this video nicely. Very clear and CONCISE instructions.

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

    Just enforced ssl on my linode running nginx. With every video, I learn something new, add to my tool belt. Thank you.

  • @sevidmusic
    @sevidmusic 3 года назад +7

    Your videos are a life saver, thank you for all the thorough content : )

  • @gabrielalvarado5347
    @gabrielalvarado5347 3 года назад +4

    The mood... The pace... THe quality... Nice vid, keep it going :D

  • @davidjiang7929
    @davidjiang7929 3 года назад +12

    I love how you guys are creating these helpful videos. The reason why I will be using Linode over Digital Ocean despite similar product offerings!

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

      no scuh thign as sufferx or slowx or abx or etc, ceuxyuax, think, say, do any nmw and any s perfx

  • @hephaestuslakan3774
    @hephaestuslakan3774 11 месяцев назад

    That was pretty clear and concise, I have learned nginx configuration bash shell scripts here.

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

    Thank's very easy to understand, great job

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

    Was very helpful, thank you

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

    Thank you sir for your class.

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

    Love your tutorials

  • @spidercerdo2534
    @spidercerdo2534 2 года назад +2

    I had an issue with certbot that would prevent from getting the certificate deployed correctly. the error would point to a server block issue. I tried several things going to sites-enabled and site-avaliable. but it wasn't untill i changed the default file in conf.d that i got it working. shows how important are this common configurations, thanks man.

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

    Great videos excellent tutorial NGINX learning, I like love it. Thank you so much.

  • @kfchenghk
    @kfchenghk 2 года назад +5

    Thank you. You not just teach us how to do it, but also the reasons behind. It is extremely helpful.

  • @gregoryturner1505
    @gregoryturner1505 3 года назад +18

    Jay, You have advanced Linux by 100 years with your tutorials.

  • @saucepaneighteen73
    @saucepaneighteen73 Месяц назад

    Great video.

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

    Great explanation. From total cluelessness to understanding pretty well what is does, in 20 minutes! Great video! Thanks a lot

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

    Awesome videos!

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

    Nice presentation

  • @MaheshKumar-bg5re
    @MaheshKumar-bg5re Год назад

    Some important topics are always beyond the scope of any tutorials 🙂

  • @michaels8297
    @michaels8297 3 года назад +2

    Awesome! Any possibility for a tutorial with async backend servers like gevent?

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

    Thanks for info

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

    Thanks man.

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

    awsome explain

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

    life safer, thanks for the tutorial :)

  • @FirstLast-hm8oz
    @FirstLast-hm8oz 3 года назад +1

    I tried with the second location example /blog/ , but it allways starts the / site. What happened here ?

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

    the backslash after blog location is considered as security vulnerability :)

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

    Thank for this but i am still confuse about how to setup my vps since people say i should set it to apache and run nginx as a proxy server but other mention it is better to uninstall apache and just use nginx but they also said that setting up nginx for dynamic content is not very beginner friendly so i am at lost on how to proceed after 2 weeks of reading on the subject!

  • @rose.infosec
    @rose.infosec 2 года назад

    your can use nginx -s reload unlike using systemctl ??

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

    Thank you

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

    sudo nginx -t allows you to test your configuration to see any breaking issues.

  • @kelechi_Ebiri
    @kelechi_Ebiri Месяц назад

    Great video, however, I think the default configuration file has been moved to /etc/nginx/sites-available

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

    FYI you should set the worker processes to auto (worker_processes auto;)

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

    thank you

  • @AshishKumar-qi5gk
    @AshishKumar-qi5gk 3 года назад

    Jay, how did you background the nano editor?

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

      Hey Ashish, this should help you out in being able to suspend nano stackoverflow.com/questions/16043291/cant-pause-nano-in-terminal

  • @hoatranquang8376
    @hoatranquang8376 8 месяцев назад

    Dear Akamai Developer,
    I have problems.
    Safari browser can not connect my website. It's only connect pass with 80 port, no connect with 443 port.
    meanwhile, chorme, firefox ...all connect with my website.
    I had tried many methods, but it is fault.
    Please, you and everyone help me.
    Thank you so much

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

    What's the difference btwn the nginx repository and the ubuntu repository? Is one more up to date than the other? Why did we install through the Nginx repository for this tutorial?

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

      Installing from Nginx directly will give you the most up to date version. This page has more details on different ways to install Nginx www.linode.com/docs/guides/installing-nginx-on-ubuntu-12-04-lts-precise-pangolin/

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

    A little off-topic, but is it a good idea to have root account in production machines?

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

      For production machines, security best practices recommend creating a limited user with root privileges. Check out this video for more info ruclips.net/video/9lXW0obOGOY/видео.html

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

    I fuck heavy with Linode..real shit✌

  • @AmirKhan-do4si
    @AmirKhan-do4si 3 года назад +1

    we can also use auto
    worker_processes auto;

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

    interesting how my default configs etc. look completely different

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

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

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

      To best answer this we'll require some more information from you. We can help you out more quickly if you ask your question at our community site www.linode.com/community/questions/

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

    👌👌👌👌👌

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

    👍

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

    how we find the top 5 storage partation in size

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

      If you're trying to check disk usage, the command "df -h" might be what you're looking for.

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

    is your chair broken?

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

    Little known fact. the pc behind him at the begining is what 90% of the linodes are run off of.
    good beginers video. reminded me i need to set my err pages.

  • @md.mohiuddin
    @md.mohiuddin Год назад

    Concise tutorial

  • @LostOnTheLine
    @LostOnTheLine Год назад +4

    So by "Common Configurations" what you meant is "How to access the Configs" because you didn't actually share any "Common Configurations" & instead just wasted 15 minutes for anyone who finds this by the title >:(

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

    "This site can't be reaches" with 3 vhosts.

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

    thank you