-
Published Question
I'm in the process of moving all my Netlify domains into my DigitalOcean Droplet and wanted to make this the main one (the rest as subdomains). I already have a Node API hosted on the default sites-available.
I follw...
1
•
•
By
hbendixlewis
Nginx
Let's Encrypt
Ubuntu 18.04
-
Published Question
Recently redeployed my server and ran into this error AGAIN!
1031#1031: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 77.98.141.183, server: ww2.zone,
Server config:
```
server {...
1
•
•
By
hbendixlewis
Nginx
Node.js
Ubuntu 18.04
-
Published Question
Hi all,
Followed this (https://lengstorf.com/code/deploy-nodejs-ssl-digitalocean/) tutorial to get Let's Encrypt working on my Nest.js/Node server.
Everything works - running sudo nginx -t returns:
nginx: the configu...
Accepted Answer:
Hello,
You can only have 1 service listening on 1 port. So as you have Nginx listening on port 80 at the moment, you can not have your Node on the same port.
Also as you currently have your Nginx set to work as a reve...
10
•
•
By
hbendixlewis
Nginx
API
Let's Encrypt
DigitalOcean
Ubuntu 18.04