Digital Ocean (DO) is a hosting platform that offers the possibility to create Virtual Machines (VM). These VMs are called droplets in DO land.
Questions tagged [digital-ocean]
241 questions
1
vote
1 answer
Should I add only 2 nameservers?
My servers were hosted on Azure and now I’m changing to DigitalOcean, so I also need to change the IP my domain points at, to the new server’s.
I have configured everything I need DigitalOcean-side and all I have to do now, is to change the old…

tDrakonakis
- 13
- 4
1
vote
1 answer
How did Alibaba find my server and ping my node instence that I just made?
So I just created a new droplet on DigitalOcean and did a http-server in the root directory. 5 minutes later I see this in the logs:
GET http://47.99.121.32:39169/Ip/Up?Ip=[my server ip]&Port=8080&Check=89&Order=58.218.213.44
Researching a bit, I…

Ahmed Alharbi
- 11
- 1
1
vote
1 answer
Kubernetes PV with Block storage over internet - Secure?
I'm trying to create Persistent Volume on my k8s cluster with DigitalOcean Block storage, Using CSI driver.
It works fine, but I also wants to know that this is secure even for production.
I'm still looking for docs about PV security but can't find…

Yechan Kim
- 13
- 2
1
vote
2 answers
How to reduce TTFB time?
I have a website hosted by DigitalOcean (1GB Memory/20GB Disk/LON1) and CloudFlare.
Lots of external librairies were from cdnjs.com, which worked well in Europe and US, but they were not stable in China. So I decided to host all of them in my…

Thomas
- 223
- 1
- 3
- 11
1
vote
2 answers
What bandwidth values should I set?
Edit 1: I gave the used bandwidth in DigitalOcean and CloudFlare in details. We could assume that other factors (like CPU, memory) remain the same. My question is about to ask the interpretation of the analysis of DO and CloudFlare, and the…

Thomas
- 223
- 1
- 3
- 11
1
vote
1 answer
Weird node number in load balancer setup
I got an odd problem here. I set up Corosync and Pacemaker, I used this guide as a reference but I improvised a little the first time installing it since I'm doing this to learn, not following instructions like a slave. But as I got this odd error,…

StianM
- 75
- 1
- 8
1
vote
1 answer
DNS Resolution Sequence in Digital Ocean Droplets
I have setup multiple domains on my droplet and they cross-reference each other. Currently, when I do a nslookup for these domains from within the droplet, the DNS resolution is handled by 67.207.67.3 which is Digital Ocean's DNS server and it…

Mangesh
- 13
- 3
1
vote
0 answers
Apache server ERR_INVALID_RESPONSE when downloading pdf file
I have a PHP page located in https://example.com calling a web service to generate a PDF report located in https://example2.com. When the page is executed it says ERR_INVALID_RESPONSE. Both servers are Droplets hosted in Digital Ocean…

Carlos Laspina
- 111
- 5
1
vote
0 answers
Wordpress upload file size error even after raising php limits
I get 'The uploaded file exceeds the uploadmaxfilesize directive in php.ini.' error while trying to upload a plugin which is just 5.1MB.
I have raised the limits in php.ini file and also thru webmin.
This is my php.ini file
max_input_time =…

aka_ab
- 11
- 4
1
vote
2 answers
FreeBSD unecpected shutdown/power off
My digital ocean droplet have some unecpected shutdowns in the last days.
The droplet ist off and i have to power it on again. If the system requested a power down then a log entry should exist. But there is nothing. Server Logs show normal…

monocult
- 21
- 4
1
vote
1 answer
configuring TTL from 1800 sec to 86400 sec on Ubuntu, nginx server
I deployed an app to Digital Ocean Ubuntu server. The app is running on NGINX.
My Domain registar sent me the messages that "TTL can't be less than 86400 sec on nameservers" It is currently 1800 sec by default from Digital Ocean.
Can someone advice…

codegirl
- 111
- 1
1
vote
0 answers
openvpn - who exactly is the second hop IP address
I have a functionning openvpn connection to a digital ocean debian server.
Here's my routing table, ip route :
0.0.0.0/1 via 10.8.0.5 dev tun0
default via 192.168.1.1 dev eth0 onlink
10.8.0.1 via 10.8.0.5 dev tun0
10.8.0.5 dev tun0 proto kernel…

trogne
- 161
- 1
- 9
1
vote
1 answer
img 404 using Nginx, Docker, Django, Digital Ocean
For some reason, my CSS, JS, and Font-Awesome static assets are recognized and serving properly, but my img static files are showing 404 errors in the Nginx Docker container logs.
Everything works fine when I build these containers locally, but as…

Taylor Parrish
- 11
- 3
1
vote
1 answer
nginx is refusing connection after root password change
This is so strange. I am using digital ocean with serverpilot . I changed root password of the server and the site is down.
root@niche-hunter:/# sudo service nginx-sp restart
Job for nginx-sp.service failed because the control process exited with…

brainHax
- 161
- 1
- 2
- 7
1
vote
1 answer
Nginx by default running on DigitalOcean Ubuntu 16.04
Background
So yesterday I was playing around with our server.
On it we have a docker-compose process running 6 or so containers, one of them being Nginx. Before I played around with it yesterday it was serving files just fine.
What I did
I noticed…

Andrew Graham-Yooll
- 121
- 5