NGINX Linux Server | Common Configurations

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

ความคิดเห็น • 64

  • @michaelvilain8457
    @michaelvilain8457 2 ปีที่แล้ว +12

    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.

  • @gregoryturner1505
    @gregoryturner1505 3 ปีที่แล้ว +23

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

  • @davidjiang7929
    @davidjiang7929 3 ปีที่แล้ว +13

    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

  • @keerthi88
    @keerthi88 2 หลายเดือนก่อน +2

    What a clean neat tutorial on nginx server. Thanks a ton! Very much inclined to using Linode! Maybe tonight 😊

  • @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.

  • @moibe182
    @moibe182 16 วันที่ผ่านมา

    Excellent tutorial, with the precise basics that can help us begginers, thanks a lot, great teacher.

  • @gabrielalvarado5347
    @gabrielalvarado5347 3 ปีที่แล้ว +6

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

  • @kfchenghk
    @kfchenghk 2 ปีที่แล้ว +5

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

  • @ruicruz8641
    @ruicruz8641 2 ปีที่แล้ว +4

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

  • @hephaestuslakan3774
    @hephaestuslakan3774 ปีที่แล้ว

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

  • @sevidmusic
    @sevidmusic 3 ปีที่แล้ว +7

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

  • @spidercerdo2534
    @spidercerdo2534 3 ปีที่แล้ว +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.

  • @davidinmichael
    @davidinmichael 2 หลายเดือนก่อน

    I’m curious, did you learn this from college, or from external resources away from school?
    Your videos are very precised

  • @kelechi_Ebiri
    @kelechi_Ebiri 6 หลายเดือนก่อน +1

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

  • @MaheshKumar-bg5re
    @MaheshKumar-bg5re 2 ปีที่แล้ว

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

  • @FirstLast-hm8oz
    @FirstLast-hm8oz 3 ปีที่แล้ว +1

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

  • @dixztube
    @dixztube 3 ปีที่แล้ว +1

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

  • @whyareyoufollowingme1588
    @whyareyoufollowingme1588 2 หลายเดือนก่อน

    I didn' t have a default.conf file maybe a change since the video was uploaded 3 years ago? I know it has a file doing the same thing somewhere else because I have been able to get the Welcome to nginx! page to display on local host.
    I am using an ubuntu server instead of linode btw, don't think that should make a difference

  • @leninchakravarthy1426
    @leninchakravarthy1426 4 หลายเดือนก่อน

    I think in /blog/ location context, as root keyword ia used, /blog @ url should not be used.
    It is automatically appended by default, because of the 'root' keyword.
    If 'alias' is used in place of 'root', then url url is correct.
    Correct me, if am wrong.

  • @hoatranquang8376
    @hoatranquang8376 ปีที่แล้ว

    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

  • @whyareyoufollowingme1588
    @whyareyoufollowingme1588 2 หลายเดือนก่อน

    Great video tons of help!

  • @AhmadKoudier
    @AhmadKoudier 3 ปีที่แล้ว +1

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

  • @rostranj2504
    @rostranj2504 3 ปีที่แล้ว

    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  3 ปีที่แล้ว

      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/

  • @michaels8297
    @michaels8297 4 ปีที่แล้ว +2

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

  • @Foysalisp
    @Foysalisp 2 ปีที่แล้ว

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

  • @KavanMavati
    @KavanMavati 3 ปีที่แล้ว +1

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

  • @rose.infosec
    @rose.infosec 2 ปีที่แล้ว

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

  • @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!

  • @asthaitsolutions6042
    @asthaitsolutions6042 3 ปีที่แล้ว +1

    Nice presentation

  • @gabrielmasutier
    @gabrielmasutier 3 ปีที่แล้ว

    Thank's very easy to understand, great job

  • @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/

  • @diegogonzalezcruz6952
    @diegogonzalezcruz6952 3 ปีที่แล้ว

    Thank you sir for your class.

  • @RABWA333
    @RABWA333 3 ปีที่แล้ว

    Was very helpful, 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

  • @YoungMesrine
    @YoungMesrine 4 ปีที่แล้ว

    I fuck heavy with Linode..real shit✌

  • @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 th-cam.com/video/9lXW0obOGOY/w-d-xo.html

  • @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.

  • @Drumbum501234
    @Drumbum501234 3 ปีที่แล้ว

    Love your tutorials

  • @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

  • @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.

  • @saucepaneighteen73
    @saucepaneighteen73 5 หลายเดือนก่อน

    Great video.

  • @serpantinthewild
    @serpantinthewild 3 ปีที่แล้ว

    life safer, thanks for the tutorial :)

  • @takshpatel8109
    @takshpatel8109 3 ปีที่แล้ว

    Thanks for info

  • @ibnelaiq
    @ibnelaiq 2 ปีที่แล้ว

    Thanks man.

  • @greg6094
    @greg6094 3 ปีที่แล้ว

    Awesome videos!

  • @gistest1242
    @gistest1242 3 ปีที่แล้ว

    awsome explain

  • @cptbrncls7050
    @cptbrncls7050 2 ปีที่แล้ว

    is your chair broken?

  • @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 >:(

  • @loveprogramming9085
    @loveprogramming9085 3 ปีที่แล้ว

    thank you

  • @programmer9809
    @programmer9809 10 หลายเดือนก่อน +1

    👍

  • @BeeRich33
    @BeeRich33 ปีที่แล้ว

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

  • @takshpatel2667
    @takshpatel2667 2 ปีที่แล้ว

    👌👌👌👌👌

  • @md.mohiuddin
    @md.mohiuddin ปีที่แล้ว

    Concise tutorial

  • @BijouBakson
    @BijouBakson 2 ปีที่แล้ว

    Thank you

  • @tuanlethanh6159
    @tuanlethanh6159 2 ปีที่แล้ว

    thank you