I have two droplets, one a DB server and one an application server. The DB server has a host-based UFW ruleset allowing access only to from a certain IP, specifically so that only the application server can communicat...
1 •
•
By
andrew235208
DigitalOcean Cloud Firewalls
Ubuntu 18.04
I have a standard Wordpress install on an Ubuntu 16.04 server using nginx.
Part of the DO tutorial for the Wordpress setup is to include this line:
try_files $uri $uri/ /index.php$is_args$args;
I need all requests ...
1 •
•
By
andrew235208
Nginx
WordPress
LEMP
Ubuntu 16.04