-
Published Answer
Hi @dikshith thanks for the answer. It really took longer than normal and I thought something was not correct, but it was.
Thank…
•
By
gabrielbrde
-
Published Question
Hello,
I have a Google Domain and it is already being redirected to Digital Ocean servers (ns1, ns2 and ns3).
My static portfolio was running in apache in a CentOS droplet, let's use the domain https://mywebsite.com.
...
Accepted Answer:
Hello there,
If your domain nameserver record is pointing to DigitalOcean nameserver then you have to update the CNAME record in DigitalOcean cloud panel. you can follow below documentation link to add the CNAME recor...
2
•
•
By
gabrielbrde
Quickstart
DigitalOcean App Platform
DNS
Networking
-
Published Question
I have 2 docker containers (1x db and 1x node app) configured:
```
version: "3.7"
services:
db:
image: postgres:alpine
command: -p 5435
ports:
- 127.0.0.1:5435:5435
environment:
POSTGRESU...
0
•
•
By
gabrielbrde
Docker
Node.js
Apache
-
Published Answer
Hi @tinieblas ,
thanks for your reply to my post.
I tried what you said but I still get errors and do not really know how to …
•
By
gabrielbrde
-
Published Answer
Hello everyone, just a short update:
Yesterday I saw my error, I could access https://mywebsite.dev:10443 because I was running …
•
By
gabrielbrde
-
Published Question
I searched already that it has something to the redirect module in apache, but I decided to ask here if someone can give me a direction where I should follow, because I am a bit lost.
The current situation is: I have ...
3
•
•
By
gabrielbrde
Apache
Docker
Node.js
CentOS
DNS