NGINX Linux Server | Common Configurations

preview_player
Показать описание
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
15:00 - Restarting and Reloading NGINX
16:49 - Outro

#WebServer #Linode #NGINX #Linux
Product: Linode, NGINX, Web Server; Jay LaCroix;
Рекомендации по теме
Комментарии
Автор

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.

michaelvilain
Автор

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

DannyMexen
Автор

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!

davidjiang
Автор

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

sevidmusic
Автор

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

gabrielalvarado
Автор

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

hephaestuslakan
Автор

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.

spidercerdo
Автор

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

ruicruz
Автор

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

kfchenghk
Автор

Thank's very easy to understand, great job

gabrielmasutier
Автор

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

MaheshKumar-bgre
Автор

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

foysalisp
Автор

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

michaels
Автор

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

gregoryturner
Автор

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

FirstLast-hmoz
Автор

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

dixztube
Автор

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

AhmadKoudier
Автор

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

KavanMavati
Автор

life safer, thanks for the tutorial :)

serpantinthewild
Автор

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!

petertremblay