oohhh man!! hahahaha I swear to god that every time I'm given a task in my job or university, just like magic you come up with a related topic hahaha love it!!. Thanks Zan for helping the greeny devs community
That's great to hear! I will do a few more of these moving towards deployment with django. I keep getting asked for deployment tutorials, this is the underpinning knowledge in preparation. Keep the suggestions coming, always good to know what you are being asked to do, helps me keep relevant.
Thanks a lot for the videos, high-quality and top-class explanation. I am not sure but you might make college obsolete lol. I am deploying my django app onto AWS, I just wonder if there is any other reaons we use NginX as a reverse proxy, besides security, because in this case, EC2 acts as a load balancer, which is something Nginx can do too.
I'm actually trying to learn some things about docker. So with your Dockerfile and using docker-compose when they update nginx:latest will it automatically build with the latest nginx when you run "docker-compose down && docker-compose up -d"
Remember that when you build the image, that is when the image is pulled down. docker-compose down command helps to Stop and remove containers, networks, images, and volumes.
Would like to install vs docker extension, tried a few couldn't find it. Please share link / name in description, thanks! oops, had it installed, but disabled. ha ha. View | Extensions | search for docker ... first one listed. good stuff, fun to play along.
In windows, after editing the html file the browser gets 403, seems the service needs full access to the folder. Same when starting docker with the directory mapped if the folder is empty.
oohhh man!! hahahaha I swear to god that every time I'm given a task in my job or university, just like magic you come up with a related topic hahaha love it!!. Thanks Zan for helping the greeny devs community
That's great to hear! I will do a few more of these moving towards deployment with django. I keep getting asked for deployment tutorials, this is the underpinning knowledge in preparation. Keep the suggestions coming, always good to know what you are being asked to do, helps me keep relevant.
best video on nginx for so far on youtube
Thanks!
Thank you!
5:41 7:12
Best content on nginx on the internet so far 🎉❤🎉 Thank you very much
Saw this vid on my feed. Will watch later. Thanks Very Academy 💯
Hope you like it!
Thank you very much for creating tutorial about nginx.. Love from Bangladesh ❤️❤️
A few more to come
Lovely content man. Always appreciate your work and thanks for the wonderful explanation of each topic.
Thanks man! I know the basics of Nginx and used it often but I wanna really understand what is going on and how to configure it - so huge thanks!
incredible 🚀 hats off
This is great I was just learning Nginx.
Thanks a lot for all this job.
Amazing Course!
you are GOD
Great!!! Thank u!
You're welcome!
First View 🌅
🥳
Thanks a lot for the videos, high-quality and top-class explanation. I am not sure but you might make college obsolete lol. I am deploying my django app onto AWS, I just wonder if there is any other reaons we use NginX as a reverse proxy, besides security, because in this case, EC2 acts as a load balancer, which is something Nginx can do too.
well explained!
Thanks, in my todo list was to install nginx in docker in my server :)
This series looking amazing ! thanks !
(open resty is going to be next ?)
Amazing content. Can you show how to ssl certificates with nginx and docker
Yeah building up to it
I'm actually trying to learn some things about docker. So with your Dockerfile and using docker-compose when they update nginx:latest will it automatically build with the latest nginx when you run "docker-compose down && docker-compose up -d"
Remember that when you build the image, that is when the image is pulled down. docker-compose down command helps to Stop and remove containers, networks, images, and volumes.
Would like to install vs docker extension, tried a few couldn't find it. Please share link / name in description, thanks! oops, had it installed, but disabled. ha ha. View | Extensions | search for docker ... first one listed. good stuff, fun to play along.
Thanks man.
great video!
thanks! that's really helpfulllllllll!
Sorry for the ignorance, What is the software interface that you use where all of it is displaying above for example at 12.40 on the screen
Nice tutorial!
Which theme are you using for vscode? It looks so clean
Night Owl
In windows, after editing the html file the browser gets 403, seems the service needs full access to the folder. Same when starting docker with the directory mapped if the folder is empty.
Do you plan to open your discord community?
Love your videos
I thought it was! Will get that sorted today!
I can't get the docker extension to connect. Is it a bug? Has something changed?
f"thaks you {'very' * 100} much 👍👍👍✊😉"
🙏
Thanks
Just what i needed.. can you do a video on best practices to integrate React inside django views? Not SPA. Thank you!
I use Vue for that purpose because in past it was impossible to inject React this way...
@@АнастасияКарцева-ю4х thought so too. I used Vue a couple times and it works good. Maybe React works only good with SPAs.
Please complete authentication & authentication reset of videos.
Hi Manu, sorry, not quite sure what you mean by this can you elaborate a little please?
What's the link of the next video?
Hi, please explain if using Docker will increase paying cost on the cloud or decrease performance.
Docker can be a cost-effective and performance-boosting tool for cloud computing if used correctly
Use this if you dont want to use docker compose
- docker run -it -d -p 8080:80 -v /path/to/folder:/usr/share/nginx/html nginx