-
Published Question
When I provision a block storage and attach it to a droplet, how could I configure it so I could use it as a volume for a docker container?
1
•
•
By
tridnguyen
Block Storage
Docker
Ubuntu
-
Published Question
I followed this example to set up my wordpress instance.
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-nginx-on-ubuntu-14-04
I am unable to install/ update plugins through the WordPres...
2
•
•
By
tridnguyen
WordPress
DigitalOcean Articles
PHP
Nginx
Ubuntu
-
Published Question
Hi,
I just created a brand new fedora box.
I then install nginx by running yum install nginx.
I tried to start nginx with the following commands:
$ systemctl enable nginx
$ systemctl restart nginx
However, I got the...
3
•
•
By
tridnguyen
-
Published Question
In the process of installing dokku plugins (dokku plugins-install), I accidentally overwrite the nginx.conf file. As a result, all of my apps are returning a 502 Bad Gateway error.
Is there a way for me to fix this/ ...
1
•
•
By
tridnguyen