perfect introduction explanation super clear and simple.. i just wonder why would i need this? i guess only if i work as devops and need to set it up as part of the infrastructure or?
This is exactly what I've been looking for. All the other tutorials go into too much theory and start off with all the VM installations etcetc without ever helping us understand the basic practical concepts.
Wow! brilliant. The best video is always is the one clearly explaining in detail to beginners. Now I am not afraid of this weird word Nginx anymore. I really admire this teacher. Thank you sir.
I have been in IT 35 years and this still does not make any sense although I setup Proxies almost everyday, it is like the upside down pyramid, in the end a Load balancer needs a Load balancer that needs a Load balancer, so in the end it still only take 1 balancer to fail to fails the whole system. Catch my drift? LOL!
I was wondering, the exact same. I absolutely understand that the server processing all difficult calculations can be spawn multiple times, which is logical. But having a lot balance in front of it means that this server has to be able to forward Sullivans or the hundred thousand of request at the same time. Must go through one machine. What the tutorial didn’t make clear if one server can hold multiple containers or the dock containers should always be hosted on different service as otherwise they would share the resources. Also didn’t make clear where the NGINX should be at. If it should sit on the different standalone server. So basically you would at least need to rent two servers to host in a professional environment one for NGINX and one for node. And if you want to scale horizontally, you can scale the last node. I wonder how that works in production.
6:30 So, why doesn't the NGINX server ever get bogged down? How come the load balancing server can handle millions of users at once but the servers can't?
great tutorial. but I have question. you already defined the 'root' at the server level. was it necessary to define again in the locations? and before any other nginx experts who are going to eat me alive I'm just asking here because I don't know.
is it so hard for you to use lunix machine or remote server as the main OS for this course as its the only OS where nginx is useful, you cant have a mac server !
am I missing something? at 7:40 he says: send the request to nginx, then encrypt it and send it to the server, send the response from server to nginx, decrypt it (at nginx leven) and send it to the client... is this correct? isn't the flow: the client encrypts (i guess with a public key provided by the server) and sends the encrypted request to nginx? wouldnt you want to have this flow to be encrypted? (so no one can steal your data when using f.e. public wifi?)
That is great, thank you very very much! I am not trying to be ungrateful or anything but it would be great if you could do the same for an Apache as well, maybe in the future??? Thanks.
My Nginx is having some issue when a user is uploading a file to frog. Nginx shows jfrog error, "cannot allocate memory". I have given the container 15gb of memory and yet i still encounter this issue. Anyone has any idea?
i have a question can nginx cache youtube videos , the areas where my nephews have bad to worse internet i was thingking of using it with some smb or old laptop to cache those vidoes those kids tend to repeat what they watch , i have read some old article google is trying to prevent those caching on them
Hello how are you good explanation So, is it possible to hack websites protected by an NGINX server, knowing that it is a website programmed with JavaScript?
Thank you for featuring me on your channel :)
you deserve better laith
Such amazing content your channel has, wow. Thank you
Thank you so much, sir. Really great content 👏
perfect introduction explanation super clear and simple.. i just wonder why would i need this? i guess only if i work as devops and need to set it up as part of the infrastructure or?
we have to thank you for your high quality contents on udemy and youtube.
Go ahead, man. Just watch the whole tutorial; it's worth it. Don't look for further comments.
haha, okay then 😂
this is amazing 😮,
we need more topics like those
Wow the timing of this tutorial is amazing, I really needed that thank you FCC
Your channel is best thing happened to youtube !! 👏🏼👏🏼👏🏼
A great must know concept for everyone in IT, whether a developer, cloud engineer or devops engineer.
Now I can add Nginx to my resume!
This is exactly what I've been looking for. All the other tutorials go into too much theory and start off with all the VM installations etcetc without ever helping us understand the basic practical concepts.
This course is one of the best courses that I ever watch❤
Wow! brilliant. The best video is always is the one clearly explaining in detail to beginners. Now I am not afraid of this weird word Nginx anymore. I really admire this teacher. Thank you sir.
yeees! Docker coming into play (at minute 40) - we're so close to my actual use case now, loving it! Great work!
Thank you, that is one of the best explanation for the time being, kudos to you!
Maan, just like 2 hours ago I was looking for this topic and this gods just made one about it. Thank you!
I have been in IT 35 years and this still does not make any sense although I setup Proxies almost everyday, it is like the upside down pyramid, in the end a Load balancer needs a Load balancer that needs a Load balancer, so in the end it still only take 1 balancer to fail to fails the whole system. Catch my drift? LOL!
I was wondering, the exact same. I absolutely understand that the server processing all difficult calculations can be spawn multiple times, which is logical. But having a lot balance in front of it means that this server has to be able to forward Sullivans or the hundred thousand of request at the same time. Must go through one machine.
What the tutorial didn’t make clear if one server can hold multiple containers or the dock containers should always be hosted on different service as otherwise they would share the resources. Also didn’t make clear where the NGINX should be at. If it should sit on the different standalone server. So basically you would at least need to rent two servers to host in a professional environment one for NGINX and one for node. And if you want to scale horizontally, you can scale the last node. I wonder how that works in production.
You are wrong.
Great! Clean explanation. Is there an intermediate nginx course? Or maybe more complete nginx tutorial. Thank you.
Amazing! I want more courses like this! Everything was super clear and easy to understand!
It's criminal that nginx has been around forever but this is just recently posted. Great work!
Great content! Would be nice to include encryption and https. Also for load-balancing it would be cool if each instance was also served by NGINX.
For the Mac using apple silicon please use /opt/homebrew/etc/nginx instead
Very informative video!
If you want to learn Apache, the concepts are the same!
Maybe a must for backend engineers
То, что искал! Спасибо вам
Great timing, Im deployng a web app soon and had to eventually learn about this topic.
Top 3 tech yt channels. U really are heros!!!!
very simplified video on various concepts of nginx....
This should be done under linux, but well, thanks for the content.
This is really amazing! Is there any more videos about this?
I have no idea what this thing is but it sounds tempting to learn, right guys
Where does nginx reside? You made it look as if it's residing outside of the web server.
6:30 So, why doesn't the NGINX server ever get bogged down? How come the load balancing server can handle millions of users at once but the servers can't?
Because it's not processing the request, just forwarding it.
we need more topics like this!!
I think, I watched this video previously in his own channel. Really great tutorial.
This video cleared all my doubts
great tutorial. but I have question. you already defined the 'root' at the server level. was it necessary to define again in the locations? and before any other nginx experts who are going to eat me alive I'm just asking here because I don't know.
This is a great instructor, I watched his channel and the content is great
Wow, wonderful content and this concept will be helpful to the entire development people. Thanks
Awesome video.
Hoping that it is updated to capture using nginx in instances on the cloud
Yes We need tutorials like this , on point no bs
Ya'll found something to read mind or something I was looking for this!!
Wonderful tutorial. Simple & precise.
that was a great course, please create one for kestrel
straight to the point 👍🏻👍🏻
That's quick and crisp. Thanks.
17:00 for some reason i am getting 403 forbidden and for the life of me, i couldn't figure out why
is it so hard for you to use lunix machine or remote server as the main OS for this course as its the only OS where nginx is useful, you cant have a mac server !
please more videos about Nginx and Docker
Basic concept explained very well.
Amazing tutorial. I really took your word😃It's really doing it.
Спасибо. Очень понятно все изложено!
What nginx setup would be for load balancer if nginx was containerised as well?
Thank you for sharing such an informative video.❤
Can you make video on webhooks ?? 🙏
I'm just a noob here, doesn't load balancer get overwhelmed when there is too many requests?
Interesting! I was just looking at this to put on a raspberry pi for local testing of backend. Is that a good idea?
Damn the timing is perfect 🎉
Pretty good tutorial, just a small append.
In my machine at least, brew install nginx create the folder in this path
/opt/homebrew/etc/nginx
thanks for nginx course and nba scores.
help, I couldn't open the NGINX installation guide link for windows :(
can we call the three server on the far right side "Application Servers"?
تبارك الله عليك
thank you so much for this video, it was way too informative!!! love from india ❤🙌
thank you best video to learn nginx basic
am I missing something? at 7:40 he says: send the request to nginx, then encrypt it and send it to the server, send the response from server to nginx, decrypt it (at nginx leven) and send it to the client...
is this correct? isn't the flow: the client encrypts (i guess with a public key provided by the server) and sends the encrypted request to nginx? wouldnt you want to have this flow to be encrypted? (so no one can steal your data when using f.e. public wifi?)
That is great, thank you very very much!
I am not trying to be ungrateful or anything but it would be great if you could do the same for an Apache as well, maybe in the future???
Thanks.
Very very helpful
Great tutorial at perfect time, than you! 😊
The directory on my mac is /opt/homebrew/etc/nginx btw.
exactly what i needed thank you so much
this is the best tutorial ever !
Hi, can you share videos that help with passing the CCNA 200-301 course?
This was well worth the watch.
Thank you very much, you really helped me a lot!
thanks for the video, excellent for begginers!
Please bring robotics with ROS course
This content is really great...👍👍👍
I can use socket5 protocoll on nginx?
Y does it not serve from the root directive and takes location directive of /
Excellent Video sir...❤️❤️
Please make a course on advance java (J2EE)
My Nginx is having some issue when a user is uploading a file to frog. Nginx shows jfrog error, "cannot allocate memory". I have given the container 15gb of memory and yet i still encounter this issue. Anyone has any idea?
THANKS! I love such short quickstart videos.
you people are so awesome
i have a question can nginx cache youtube videos , the areas where my nephews have bad to worse internet i was thingking of using it with some smb or old laptop to cache those vidoes those kids tend to repeat what they watch , i have read some old article google is trying to prevent those caching on them
We need advanced backend
Hello how are you good explanation
So, is it possible to hack websites protected by an NGINX server, knowing that it is a website programmed with JavaScript?
Just at the right time 😅❤❤❤❤
Can you make a tutorial for game development with sfml c++ with microsoft visual studio .Love your videos👍🏻
thank you very impactful
the best
Perfect timing
Full video apache also ❤🙏
Thanks! Really helpful
Holy moly
Excellent, thanks!
a great course indeed
idk why but when i change the path it gives me 403 forbidden am i doing something wrong
same :(
Thank you, bro.
help nginx -s reload doesnt work for me it keep the default page. im on mac help
You can also try `sudo systemctl reload nginx`
One image was created over 42 years ago
Thank you for your channel
Amazing content!