-
Published Question
Hi DOs,
I have static pages on digital spaces. Can I route my custom domain to DO space to serve those static pages.
Let me know if you need any additional question.
Thank you,
Sumit
5
•
•
By
NormalizeWeb
DigitalOcean
Ubuntu 16.04
-
Published Question
I have droplet which has all mongodb, node js and all the setup that is required. Can I just use existing droplet image to create a new droplet. Please let me know.
Accepted Answer:
You can use a snapshot for that.
1
•
•
By
NormalizeWeb
Node.js
MongoDB
Ubuntu
-
Published Question
Hello DOies,
Following the link below to set up auto renew certificate.
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04
At step 4 when I execute the command
``...
3
•
•
By
NormalizeWeb
Security
Ubuntu
-
Published Question
Hello Team,
I have application deployed on Ubuntu 16.04 with node js, mongodb, mongoose & express js. Until y'day my app was up and running with no issues. When I pushed the updates to server and restarted the server ...
Accepted Answer:
What about trying to update all npm packages you have with npm install?
You should execute it in directory where packages.json is located.
Didn't you by mistake called somewhere in code require('monogodb') instead ofr...
1
•
•
By
NormalizeWeb
Node.js
MongoDB
Ubuntu 16.04
-
Published Question
Hello Team,
While setting up droplet I selected mongodb one click install droplet and then installed nodejs, domain and ssl certificate manually which works great and also able to access the url that setup.
Now I hav...
1
•
•
By
NormalizeWeb
Node.js
MongoDB
MEAN
-
Published Question
Hello Team,
I have three configured ssl URLs for my domain like abcd.com, www.abcd.com & alpha.abcd.com. Everything works fine and all three urls are encrypted using lets encrypt. Now I would like temporarily block th...
Accepted Answer:
Hi!
You can disable access to these domains by editing each one's nginx server block and adding the following block after server_name, listen, and ssl_*.
nginx
server {
....
location / {
deny all;
...
1
•
•
By
NormalizeWeb
Nginx
Node.js
Ubuntu 16.04
-
Published Question
Team,
I am trying to install mongodb on ubuntu 16.04 as per steps given in this link :
https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-16-04
When I run this command it gives followin...
1
•
•
By
NormalizeWeb
MongoDB
Node.js
Ubuntu 16.04
-
Published Question
Hello Team,
Can I install mongodb and node js on one single droplet.
Does digitalocean support bitbucket for continuous integration deployment.
Please provide ref. blog link if you have.
Thank you.
1
•
•
By
NormalizeWeb
MongoDB
Node.js
Git
CentOS
-
Published Answer
Gotcha.
Thank you !
•
By
NormalizeWeb
-
Published Question
Dear community, I would like to know the different between IaaS (Infrastructure as a service) & PaaS (platform as a service). Also is digitalocean IaaS or PaaS ? Please let me know.
thank you.
5
•
•
By
NormalizeWeb
DigitalOcean
-
Published Answer
Thanks Ryan ! As per from one of your answers:
**Currently the console in the control panel is not accessible outside it so ...
•
By
NormalizeWeb
-
Published Question
Dear Team,
I have few questions and appreciate if you can share few things.
When I create account with DO and enable API integration, is there a limit on number
of droplets that are created. I am asking because all...
2
•
•
By
NormalizeWeb
Security
DigitalOcean
-
Published Question
**Hi there, i want to build the hosting startup to resell your hosting plans. I have lot of questions but I will put few and go step by step.
To start developing DO control panel using DO API under my hosting company ...
1
•
•
By
NormalizeWeb
DigitalOcean
FAQ
DigitalOcean Articles
-
Published Question
hey there, I understand the price of getting space on digital ocean. Its starts from $5 per month. I saw in your FAQs it is said that after certain amount of transfer you charge $0.02. What does this exactly mean ? Do...
1
•
•
By
NormalizeWeb