-
Published Answer
In the /etc/nginx/nginx.conf file update the http block to include the following
http {
...
server_names_ha...
•
By
jasonjpeters
-
Published Answer
It’s not actually all that hard to do. The following guide can help you achieve this.
https://www.howtoforge.com/tutorial/how-t…
•
By
jasonjpeters
-
Published Answer
You can most likely install most the services outlined in that article to your Mac. Some items may be slightly different such as fi…
•
By
jasonjpeters
-
Published Question
My question is towards the DigitalOcean Marketplace instances and how much involvement DO has in management after deployment. Does DO run their own updates of the Droplets and the installed services?
Accepted Answer:
Hi Jason - I'm the product manager for Marketplace. Thanks for the question.
Once a customer boots a 1-Click App, we're not making any updates to the OS or anything on top of the OS.
Some of our Marketplace vendors (...
1
•
•
By
jasonjpeters
DigitalOcean Accounts
-
Published Answer
You need to ensure your domain and sub-domains you are trying to issues the SSL for can be verified.
I am assuming you are usin…
•
By
jasonjpeters
-
Published Answer
These errors are not from Certbot, but rather from the WP-CLI utility.Try upgrading or re-installing WP-CLI.
Accepted Answer:
These errors are not from Certbot, but rather from the WP-CLI utility.Try upgrading or re-installing WP-CLI.
•
By
jasonjpeters
-
Published Answer
Unfortunately you will not be able to keep the same machine address per-say. Depending on how you set up your infrastructure initia…
•
By
jasonjpeters
-
Published Answer
You can start out with a single droplet (server) and use a reverse proxy like NGINX or HAProxy to route traffic based on domain or …
•
By
jasonjpeters
-
Published Answer
Does your webserver have a 301 non-ssl -> ssl redirect in it?
For my configuration using NGINX that would look something like th…
•
By
jasonjpeters
-
Published Answer
I do believe you cannot. The hosted service is a WYSIWYG type service. If you are looking to run a version specific instance of MyS…
•
By
jasonjpeters
-
Published Answer
Yes, however you will need to have some semblance of middleware running in a droplet (or other server/machine) that would manage qu…
•
By
jasonjpeters
-
Published Answer
This can happen for a few reasons. One is that you have not added the key as an authorized key for that user.
If you added a Pu…
•
By
jasonjpeters
-
Published Answer
You would need to setup whats known as Virtual Hosts in your Apache config. There is a good walk through here for Ubuntu 16.04, The…
•
By
jasonjpeters
-
Published Answer
The DO-Agent was recently updated and a re-install is required.
https://www.digitalocean.com/docs/monitoring/how-to/upgrade-lega…
•
By
jasonjpeters
-
Published Answer
There is an APT repo for installing MySQL server and client.
Ensure wget is installed
sudo apt install wget
Downl…
•
By
jasonjpeters
-
Published Answer
No, a team account is in essence the same as a regular account with the exception of sharing access.
I run multiple team accoun…
•
By
jasonjpeters
-
Published Answer
To start you will need to ensure that your domain name is directed at your droplets IP address or Floating IP respectfully if you s…
•
By
jasonjpeters
-
Published Answer
If an error is thrown you should be able to see the info in your error logs, Apache will usually place these in the same folder as …
•
By
jasonjpeters
-
Published Answer
When setting them up did you choose the ssh key option and in your putty configurations are your ssh keys loaded?
https://www.ho…
•
By
jasonjpeters
-
Published Answer
As this is a community run forum we cannot speak to the issue of billing, you’re best to contact DO support with this concern.
…
•
By
jasonjpeters