Man u did this so well, i followed you exactly from the beginning faced no issues, and even when i faced them i was able to solve it thanks to your explanation, people like you are a boon to our developer community.
@harveyspecter74918 ай бұрын
Absolutely! One short question, do you know how to update the server after pulling new website code from github?
@viktorojems Жыл бұрын
Thank you brother you saved me today. over 8 hours of bugs fixed
@emson232 жыл бұрын
Great work dude. Best Django-AWS tutorial on yt!
@desphixs2 жыл бұрын
@emson Did you get any 502 Bad gateway | nginx ubuntu error?
@madhavg9691 Жыл бұрын
@@desphixs i do get, i dont know how to fix
@zhebax6 ай бұрын
Excelente sr Codigo Mantra. Saludos!
@I_hu85ghjo2 жыл бұрын
The best tutorial! Thank you so much
@desphixs2 жыл бұрын
Did anyone get 502 Bad gateway | nginx ubuntu error?
@bhushanchaudhari67732 жыл бұрын
yes
@desphixs2 жыл бұрын
@@bhushanchaudhari6773 have you fixed it, please help if you did. I've been stuck
@bhushanchaudhari67732 жыл бұрын
@@desphixs no bro I am also trying
@desphixs2 жыл бұрын
@@bhushanchaudhari6773 have you seen this comment below it says: ... If anyone has an issue when removing the port number for the url on the browser, check your /var/log/nginx/error.log. If the error is Permission Denied for the .sock, you must let your home directory group to www-data. $ sudo chgrp -R www-data /home/username/* The problem is that nginx is trying to run the socket, but doesn't have access to your home directory folder. If might have access to the file, but not all the directories to that file. You can try it
@bhushanchaudhari67732 жыл бұрын
@@desphixs error is showing no such file or directory while connecting to upstream
@DarkStrado2 жыл бұрын
This video is the truth. Thank you. If anyone has an issue when removing the port number for the url on the browser, check your /var/log/nginx/error.log. If the error is Permission Denied for the .sock, you must let your home directory group to www-data. $ sudo chgrp -R www-data /home/username/* The problem is that nginx is trying to run the socket, but doesn't have access to your home directory folder. If might have access to the file, but not all the directories to that file.
@MaestroN1c2 жыл бұрын
excellent! sorted my 502
@I_hu85ghjo2 жыл бұрын
how do you group your home directory? Edit: i just executed: sudo chgrp -R www-data /home/* and it worked. Thanks!
@shohebshaikh91282 жыл бұрын
@@I_hu85ghjo guys its not working for me please help
@cherrytina110 Жыл бұрын
@@I_hu85ghjo How did you work yours , my own error is no such file or directory while connecting to upstream
@jrose20825 ай бұрын
awesome solution friend, thank you
@harveyspecter74918 ай бұрын
Great video! But how to update the website after pulling a new version from Git? sudo systemctl reload nginx doesn't work. I would really appreciate any help!
@bozok19032 жыл бұрын
That's a great explanation. Thank you for that.
@harveyspecter74918 ай бұрын
One short question, do you know how to update the server after pulling new website code from github?
@developer-pf2fl Жыл бұрын
worked successfully . Thanks Man
@elyaabbas72162 жыл бұрын
you are greate you just saved me
@hemalpatel37702 жыл бұрын
Thanks man! worked like charm
@desphixs2 жыл бұрын
hey buddy, Did you get any 502 Bad gateway | nginx ubuntu error?
@765shivam2 жыл бұрын
Can you please add link to the notes you're referring to in the description, that would be very helpful.
@I_hu85ghjo2 жыл бұрын
personal note: 19:13 502 error bad gateway - see comment below
@Bryan-mw1wj Жыл бұрын
Great tutorial, although I had to do some debugging to set up my supervisor, I really appreciate you showing exactly how to set up a secure website on port 443. Many tutorials just stop at http, and do not display https.
@shwetankmalviya82962 жыл бұрын
amazing video, worked perfectly for my django project. But it will be more helpful if you could provide the link to codes that you are writing in terminal of ec2 instance. GREAT JOB👍
@diazortizaxelemmanuel73472 жыл бұрын
@Diyadinesh vlogs Were you able to solve it ?
@upmagarg54803 жыл бұрын
Very useful..thnku sir
@shaharukhkhan99552 жыл бұрын
thanx bro u helped a lot
@harveyspecter74918 ай бұрын
One short question, do you know how to update the server after pulling new website code from github?
@AkbarovMuhammadali3 жыл бұрын
thanks u man we lve you! :)))
@narutohighlights Жыл бұрын
it is giving 502 bad gateway after @19:12 can you help me
@ivansolis178 Жыл бұрын
ya lo so solucionate}?
@coadingcampus73272 жыл бұрын
One of my friends suggest your video for AWS deployment
@EL-dy3yg9 ай бұрын
Hello, unfortunately this video didn't work for me, did you find video which would be more helpful?
@jehovahmbote30482 жыл бұрын
Thanks for this videos I would just like to know if it is possible to resell AWS hosting
@okedejitofunmi31492 жыл бұрын
Following you went better than i anticipated. But can we please get a link to the notes you used? Thanks.
@starmovies8664 Жыл бұрын
please upload that command link which you use in this Video
@ranjithgodugu25662 жыл бұрын
Can u do dis on CentOS
@romeombugua6922 Жыл бұрын
Run this command after installing nginx: sudo systemctl enable nginx && sudo systemctl start nginx
@MAHESHBABU-jt4oq Жыл бұрын
Could you please Attach the cmd file
@sameershaikh-pu8qv2 жыл бұрын
provide one note file so we can easily copy paste code
@maisbaratoms10 ай бұрын
turbo C++
@zatechbell Жыл бұрын
sudo chgrp -R www-data /home/* solved my 502 error.
@navaneethangn1215 Жыл бұрын
Thanks man
@mohduwaish8837 Жыл бұрын
Thanks buddy, that was extremely helpful ❤
@razorhxh7371 Жыл бұрын
hey idk linux that well so sorry if its dumb question butt where do you do this right now i am in the /etc/nginx/