Nginx Reverse Proxy on AWS EC2 Amazon Linux 2

  Рет қаралды 41,470

Sam Meech-Ward

Sam Meech-Ward

Күн бұрын

Пікірлер: 52
@therustguy10
@therustguy10 8 ай бұрын
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.
@abuhurairakhan2303
@abuhurairakhan2303 2 жыл бұрын
I was searching since from 5 hours.. you just solved my problem in 10 min! really thanks
@yogeshsherawat
@yogeshsherawat 7 ай бұрын
Underrated Channel To the Point No Nonsense
@whitsuntide
@whitsuntide 3 жыл бұрын
Great walkthrough, achieved in 10 minutes what I'd been searching for for several hours!
@deathdefier45
@deathdefier45 3 ай бұрын
Always find myself coming back to this, love you man your work is always gonna be relevant
@redye5858
@redye5858 3 жыл бұрын
underrated content, thanks for making these.
@pliniomoraes2674
@pliniomoraes2674 9 ай бұрын
That was a nice tutorial, I was looking for this and it took me some few hours to find your turorial,
@eddietaliaferro210
@eddietaliaferro210 2 жыл бұрын
You seem like you'd be so chill to hangout with haha thanks for the simple explaination!
@jacobnoori
@jacobnoori 6 ай бұрын
This tutorial was incredibly well done. Thank you.
@thegrantkennedy
@thegrantkennedy 2 жыл бұрын
You're a fucking legend mate. Finally able to spin up my app on aws thanks to this tutorial.
@albert850904
@albert850904 3 жыл бұрын
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
@aloSolo
@aloSolo 10 ай бұрын
Thank you for the great tutorials. I am subscribed now
@joaobibiano
@joaobibiano 2 жыл бұрын
Sam! You nailed it... I was running in exactly 8080 port. Thank you man
@sayedimran5972
@sayedimran5972 2 жыл бұрын
Thank you very much for this video, was searching for this for a quite a long while
@IbrahimJajere
@IbrahimJajere Жыл бұрын
sudo: amazon-linux-extras: command not found How to install nginx on Amazon Linux 2023: `sudo dnf install -y nginx`
@lopezpleonel
@lopezpleonel Жыл бұрын
I Like it 777.... Lucky number. Thanks for this explanation!
@etimessang4980
@etimessang4980 2 жыл бұрын
God bless you bro... You are a life saver
@sagun6268
@sagun6268 4 ай бұрын
Nice Tutorial Thanks !
@cool99punk
@cool99punk 2 жыл бұрын
sam you're spoilling the silmarillion
@ok.tanmay
@ok.tanmay 2 жыл бұрын
sam to rescue again ,thank you
@SamMeechWard
@SamMeechWard 2 жыл бұрын
🤗
@mohabgamal3961
@mohabgamal3961 Жыл бұрын
gj Sam Given a domain name and HTTPS certificate, is this enough to replace web hosting providers for some apps?
@vichuplays
@vichuplays 3 жыл бұрын
Saved me a lot of time! Thanks mate ;)
@AthelstanEngland
@AthelstanEngland 10 ай бұрын
Thanks. Can you easily redirect rather than timeout if the user tries an unsupported port?
@prajwalgupta1125
@prajwalgupta1125 2 жыл бұрын
Really helpful video!!!!
@Erikdulcesaludcl
@Erikdulcesaludcl 2 жыл бұрын
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
@wedcellinstitute Жыл бұрын
For my case ngnix wasn't starting because apache was running. Resolved with this: sudo apachectl stop
@tanmayapatra6078
@tanmayapatra6078 2 жыл бұрын
Thank you, Thank you! Soooo Much!!!
@SamMeechWard
@SamMeechWard 2 жыл бұрын
You’re welcome
@omarh5877
@omarh5877 2 жыл бұрын
Okay that was good. Thank you
@rolandmackintosh5163
@rolandmackintosh5163 Жыл бұрын
stellar content thx
@phamvietlinh4255
@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
@itzyaboikdo
@itzyaboikdo 2 ай бұрын
can this be done to help connect clients outside of my LAN to my Jellyfin server on (just a random number) port 2020?
@hquizzagan771
@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
@adeboyeoyelola465 Жыл бұрын
Hi sam i am having issues with CORS when i did the reverse proxy
@re.liable
@re.liable 5 ай бұрын
Amazing
@sudo-bandit
@sudo-bandit Жыл бұрын
Intro track?
@lucamartinsm
@lucamartinsm 2 жыл бұрын
thanks mate!
@abdoahmed1231
@abdoahmed1231 2 жыл бұрын
How do make it work as a transparent proxy
@tinyboner2009
@tinyboner2009 Жыл бұрын
Followed all the steps but receiving permission denied. What am I doing wrong?
@Sa072298
@Sa072298 3 жыл бұрын
Will this work if I have a tomcat server on an EC2 instance?
@programmer9809
@programmer9809 7 ай бұрын
👍
@tanmayapatra6078
@tanmayapatra6078 2 жыл бұрын
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-gy4su
@PRAKASH-gy4su 2 жыл бұрын
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 .
@GBOfficialVlog
@GBOfficialVlog 2 жыл бұрын
very cool
@tegaogheneovo5881
@tegaogheneovo5881 2 жыл бұрын
Jesus sam meech-Ward looking like jesus : ) okay real srz morty lets go
@vighneshn9968
@vighneshn9968 2 жыл бұрын
in video screen u look like jesus man most helpful video to me ur jesus to me
@pratyushgarg3292
@pratyushgarg3292 2 жыл бұрын
intro song name?
@capitankazuriki
@capitankazuriki Жыл бұрын
Great Defense - Xavy Rusan
@SCCVideos11
@SCCVideos11 Жыл бұрын
Not updated.
@digimbyte
@digimbyte Жыл бұрын
shame, was hoping this was for NGINX PROXY MANAGER
Intro to IAM Roles and Policies on AWS
9:39
Sam Meech-Ward
Рет қаралды 8 М.
Deploy Node app on AWS EC2 Amazon Linux 2
14:51
Sam Meech-Ward
Рет қаралды 86 М.
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 22 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 97 МЛН
Don't underestimate anyone
00:47
奇軒Tricking
Рет қаралды 18 МЛН
Reverse proxy nginx letsencrypt tutorial
17:12
Christian Lempa
Рет қаралды 122 М.
Nginx vs Traefik Performance (Reverse Proxy)
13:18
Anton Putra
Рет қаралды 25 М.
MySQL on AWS EC2 Amazon Linux 2
12:44
Sam Meech-Ward
Рет қаралды 25 М.
Here's why you need Nginx as a Reverse Proxy for your Node.js app
10:17
Software Developer Diaries
Рет қаралды 30 М.
NixOS is Mindblowing
12:02
Chris Titus Tech
Рет қаралды 724 М.
Proxy vs Reverse Proxy (Real-world Examples)
5:17
ByteByteGo
Рет қаралды 589 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 324 М.
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 394 М.
How to Install/Setup Nginx Reverse Proxy on Ubuntu Server in AWS (2 Min Setup)
4:54
Cloud Infrastructure Services
Рет қаралды 2,8 М.
Configure NGINX as a Reverse Proxy
16:43
NGINX
Рет қаралды 225 М.
Handy remote!
0:25
LeraKek
Рет қаралды 7 МЛН
Это ЛУЧШИЕ Смартфоны 2024 Года. Недорого и Качественно
15:23
Thebox - о технике и гаджетах
Рет қаралды 129 М.
💁‍♂️Зачем infinix это сделала?🤦‍♂️
0:42