-
Published Answer
Hi
ufw allows you to define IP ranges using CIDR, though the downside, in this case, would be that you’d be casting a wide net…
•
By
jtittle
-
Published Answer
Hi @andylehti ,
While crypto mining is not prohibited by our Terms of Service, our platform is not ideal for mining use cases.
…
•
By
jtittle
-
Published Answer
@geochanto
If Apache is currently handling PHP requests, you wouldn’t need to use PHP-FPM with NGINX unless you’re looking to r…
•
By
jtittle
-
Published Answer
If you’d prefer to use a one-liner that you can copy and paste to perform the same actions noted in the guide above, please feel fr…
Accepted Answer:
If you’d prefer to use a one-liner that you can copy and paste to perform the same actions noted in the guide above, please feel fr…
•
By
jtittle
-
Published Answer
@wrknight
When it comes to ufw, I often recommend a full reset to ensure the firewall is properly configured to meet the spec…
•
By
jtittle
-
Published Answer
@soozmarketplace
The best option would be to deploy a new Droplet with a clean OS, install the control panel software of choice…
Accepted Answer:
@soozmarketplace
The best option would be to deploy a new Droplet with a clean OS, install the control panel software of choice…
•
By
jtittle
-
Published Answer
@ufoundashish
Attaching a Volume to your Droplet will not automatically increase the disk space available on the local SSD. Cur…
•
By
jtittle
-
Published Answer
@DreamplaySE
You can use root or alias within the location block to set the path (though you should only use one or the oth…
•
By
jtittle
-
Published Answer
@dmohanty
When it comes to NGINX, ideally you’ll want to separate the server blocks–one for serving requests on port 80 (which…
Accepted Answer:
@dmohanty
When it comes to NGINX, ideally you’ll want to separate the server blocks–one for serving requests on port 80 (which…
•
By
jtittle
-
Published Answer
@tatertot
Thank you for providing the ticket number! I’ve followed up with you directly and will be more than happy to work wit…
•
By
jtittle
-
Published Answer
@eandjsfilmcrew
First and foremost, I sincerely apologize for the delay! I’ve gone ahead and increased your Droplet limit, effe…
•
By
jtittle
-
Published Answer
@mhs4com
MariaDB, at its core, is a fork of MySQL. If you’re using a table structure that is only available with MariaDB (such …
•
By
jtittle
-
Published Answer
@chocolate
If you’re using our Load Balancers w/ SSL or Custom Domains w/ Spaces, you would need to use our DNS to manage your …
Accepted Answer:
@chocolate
If you’re using our Load Balancers w/ SSL or Custom Domains w/ Spaces, you would need to use our DNS to manage your …
•
By
jtittle
-
Published Question
What You'll Need
A Droplet running Ubuntu 16.x or 18.x
SSH or Console Access (https://www.digitalocean.com/docs/droplets/resources/console/#log-in-with-the-console) to your Droplet
Why Reset The Firewall?
If you find ...
Accepted Answer:
If you'd prefer to use a one-liner that you can copy and paste to perform the same actions noted in the guide above, please feel free to use:
sudo ufw --force disable \
&& sudo ufw --force reset \
&& sudo ufw default...
2
•
•
By
jtittle
Firewall
Ubuntu
Ubuntu 16.04
Ubuntu 18.04
Ubuntu 20.04
-
Published Answer
@karthikkanthaswamy
While this is not something that can be done through our control panel, it can be accomplished by using the…
•
By
jtittle
-
Published Answer
@rockeby
Block Storage (Volumes)
While Block Storage (volumes) can be used, I wouldn’t recommend using them as the primar…
•
By
jtittle
-
Published Answer
@cihad
I sincerely apologize for the issue you’re experiencing. If you would, please submit a ticket to our support team and th…
•
By
jtittle
-
Published Answer
@the1abderrahman
The path option for our Load Balancers allows you to adjust the Health Check path and can be found by clicking…
•
By
jtittle
-
Published Answer
@kpugazh
Looking at the library used, it looks like the last update was ~4 years ago (from what I can see on the GitHub reposit…
•
By
jtittle
-
Published Answer
@guilgsouza94
If you would, please try removing the following line from your PHP location block:
try_files $uri =404;
...
•
By
jtittle