How to Deploy a Node.js App to Digital Ocean (Nginx, Ubuntu)

preview_player
Показать описание

Having a hard time deploying your app? I'll do it for you, pain free:

If you liked this video please consider liking, commenting and subscribing to the channel!

CODE:
server {

location / {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
}

Other Linux & Server Tutorials:

Hire Me:
Рекомендации по теме
Комментарии
Автор

Having a hard time deploying your app?

Codebrah
Автор

Amazing tutorial. I spent the whole afternoon jumping between articles and documentations. Usually I prefer blogs and documentation over videos but none were complete as yours.
Thanks 🙏🏼

bilalchami
Автор

omg i watched a lot of tutorials none of them worked until i found this guy
the best video ever
im going to download it and watch it every fucking day
thanks man i love u so much

you have no idea how much you have helped me

ibrahimmaroof
Автор

This tutorial is amazing. I done everything on my VPS for the first time so smooth without any problems.

zlackbiro
Автор

It's amazing that you can remember all of those commands and parameters 🙌

vvan
Автор

Wow thank you so much! This tutorial saved me a lot of time and helped me to understand what I have to to to run my Server! The first time I got it runnngin my websockets didn't work because it uses ws instead of wss. Now everything is running perfect :) Thanks a lot!

MystikMasi
Автор

One of the best tutorials I've watched on this or any topic. Thank you!

gercoyne
Автор

Awesome video, this is my first time using DigitalOcean this video is to the point. Great Work 👍👍

shivanshyadav
Автор

Awesome video bro, I was struggling to get my backend up and running but your video saves my day.
Thanks a lot.

natsudragneel
Автор

Holy crap that actually worked! Thanks bro, you're the best!
I need to finish watching this, I stopped at 12:49

MiSt
Автор

The best video i've seen explaining things like that .. straightforward Thanks!

Chilenazo
Автор

really useful step by step guide to deploy on linux. thanks!

pyfinx
Автор

You gotta do the same for all nodes to be run on VPS ? Even the cryoto

petradjokoo
Автор

I LOVE YOUUUU. This was great. Thanks a lot. Saved me a bunch of time. lol

giansingh
Автор

Fantastic explanation, a literal lifesaver, incredibly useful, thanks so much bro / brah!

WorldNewsThisWeek
Автор

The server works on desktops/laptops but not on mobile phones, any idea why?

sharan.r
Автор

Was really helpful never used nginx but was able to do what I needed. thanks

sokratis
Автор

Hey I am having problem. I got stuck on welcome to Nginx server.

TechGenieNP
Автор

If I have apache as a main webserver, nginx and hestia cp, how should I do it?
do you have any tutorial for this?
thanks so much

mavbcn
Автор

Thank you so much ive been struggling for a very long time with this

abduladilsunnat