Thank you Sam for the amazing videos, Meanwhile for anyone that is here in 2024 etc for amazon linux 2023 this command doesn't work: sudo amazon-linux-extras install nginx1 -y , this is because Amazon Linux 2023 does not have extras. so you have to run sudo yum install nginx which will install version 1.22.
@abuhurairakhan23032 жыл бұрын
I was searching since from 5 hours.. you just solved my problem in 10 min! really thanks
@yogeshsherawat7 ай бұрын
Underrated Channel To the Point No Nonsense
@whitsuntide3 жыл бұрын
Great walkthrough, achieved in 10 minutes what I'd been searching for for several hours!
@deathdefier453 ай бұрын
Always find myself coming back to this, love you man your work is always gonna be relevant
@redye58583 жыл бұрын
underrated content, thanks for making these.
@pliniomoraes26749 ай бұрын
That was a nice tutorial, I was looking for this and it took me some few hours to find your turorial,
@eddietaliaferro2102 жыл бұрын
You seem like you'd be so chill to hangout with haha thanks for the simple explaination!
@jacobnoori6 ай бұрын
This tutorial was incredibly well done. Thank you.
@thegrantkennedy2 жыл бұрын
You're a fucking legend mate. Finally able to spin up my app on aws thanks to this tutorial.
@albert8509043 жыл бұрын
Thanks for the contents, saving the day by helping me figure out how to conduct reverse proxy after spinning up my ECS and EC2 service :D
@aloSolo10 ай бұрын
Thank you for the great tutorials. I am subscribed now
@joaobibiano2 жыл бұрын
Sam! You nailed it... I was running in exactly 8080 port. Thank you man
@sayedimran59722 жыл бұрын
Thank you very much for this video, was searching for this for a quite a long while
@IbrahimJajere Жыл бұрын
sudo: amazon-linux-extras: command not found How to install nginx on Amazon Linux 2023: `sudo dnf install -y nginx`
@lopezpleonel Жыл бұрын
I Like it 777.... Lucky number. Thanks for this explanation!
@etimessang49802 жыл бұрын
God bless you bro... You are a life saver
@sagun62684 ай бұрын
Nice Tutorial Thanks !
@cool99punk2 жыл бұрын
sam you're spoilling the silmarillion
@ok.tanmay2 жыл бұрын
sam to rescue again ,thank you
@SamMeechWard2 жыл бұрын
🤗
@mohabgamal3961 Жыл бұрын
gj Sam Given a domain name and HTTPS certificate, is this enough to replace web hosting providers for some apps?
@vichuplays3 жыл бұрын
Saved me a lot of time! Thanks mate ;)
@AthelstanEngland10 ай бұрын
Thanks. Can you easily redirect rather than timeout if the user tries an unsupported port?
@prajwalgupta11252 жыл бұрын
Really helpful video!!!!
@Erikdulcesaludcl2 жыл бұрын
Hello Sam, Excellent videos. I ask you for advice on the following: I have wordpress installed on amazon linux 2 with nginx, mounted an EFS and an RDS. Connect an ALB to the instance, the instance can be accessed only from the ALB on port 80. All good if I access the ALB on port 80, but when I install the ssl certificate on the ALB, the page generates mixed content (Mixed Content: The page at '' was loaded over HTTPS, but requested an insecure stylesheet ''.)
@wedcellinstitute Жыл бұрын
For my case ngnix wasn't starting because apache was running. Resolved with this: sudo apachectl stop
@tanmayapatra60782 жыл бұрын
Thank you, Thank you! Soooo Much!!!
@SamMeechWard2 жыл бұрын
You’re welcome
@omarh58772 жыл бұрын
Okay that was good. Thank you
@rolandmackintosh5163 Жыл бұрын
stellar content thx
@phamvietlinh4255 Жыл бұрын
I have a question here. So why you can access the NodeJS app via the IP of the EC2 of the enginx on port 8080 like that, cause the NodeJS app not running in the EC2 instance of the enginx at 4:18
@itzyaboikdo2 ай бұрын
can this be done to help connect clients outside of my LAN to my Jellyfin server on (just a random number) port 2020?
@hquizzagan771 Жыл бұрын
The video is very great (simple, easy to follow and it worked). But just a newbie question maybe, is there a benefit to doing this instead of say using a Load Balancer to listen to PORT 80 and redirect it to your app's specific port instead? TYIA!
@adeboyeoyelola465 Жыл бұрын
Hi sam i am having issues with CORS when i did the reverse proxy
@re.liable5 ай бұрын
Amazing
@sudo-bandit Жыл бұрын
Intro track?
@lucamartinsm2 жыл бұрын
thanks mate!
@abdoahmed12312 жыл бұрын
How do make it work as a transparent proxy
@tinyboner2009 Жыл бұрын
Followed all the steps but receiving permission denied. What am I doing wrong?
@Sa0722983 жыл бұрын
Will this work if I have a tomcat server on an EC2 instance?
@programmer98097 ай бұрын
👍
@tanmayapatra60782 жыл бұрын
Suppose I hosted a ReactJs(3000) app and set up a reverse proxy. But in this case, all CSS/js files are missing. Only a bare HTML page is showing. How to load all static files(css, js, images) in reverse proxy?
@PRAKASH-gy4su2 жыл бұрын
i think first you have to build the app i.e after finish all the code stop the server and execute "npm run build". It will create a build folder for you then you can install a package called "serve" from npm and it will host all the files present in the build folder. You can achieve this by executing "serve -s build" if "serve" is installed globally or "npx serve -s build" if installed locally. All the steps I mentioned will be shown when you will build your react app by running "npm run build". The after doing all of these steps you will get a localhost serving your all files then you can link with any reverse proxy .
@GBOfficialVlog2 жыл бұрын
very cool
@tegaogheneovo58812 жыл бұрын
Jesus sam meech-Ward looking like jesus : ) okay real srz morty lets go
@vighneshn99682 жыл бұрын
in video screen u look like jesus man most helpful video to me ur jesus to me
@pratyushgarg32922 жыл бұрын
intro song name?
@capitankazuriki Жыл бұрын
Great Defense - Xavy Rusan
@SCCVideos11 Жыл бұрын
Not updated.
@digimbyte Жыл бұрын
shame, was hoping this was for NGINX PROXY MANAGER