-
Published Answer
Found the problem. Had restricted all outbound traffic via the firewall.
Accepted Answer:
Found the problem. Had restricted all outbound traffic via the firewall.
•
By
nspeaks
-
Published Question
I have a CentOS 8 based droplet and from today, dnf/yum update/install commands are not working. I am getting the following error now:
DigitalOcean Agent 0.0 B/s | 0 B 01:20
Er...
Accepted Answer:
Found the problem. Had restricted all outbound traffic via the firewall.
1
•
•
By
nspeaks
CentOS 8
CentOS
-
Published Question
I was following this tutorial https://www.digitalocean.com/community/tutorials/how-to-configure-secure-updates-and-installations-in-wordpress-on-ubuntu
and I tried installing libssh2-1 package using the following comm...
Accepted Answer:
@nspeaks
sudo apt install libssh-4 libssh-dev
Hope this helps.
1
•
•
By
nspeaks
Applications
Ubuntu 18.04
-
Published Answer
Fixed it myself. Replaced
include fastcgi_params;
with
include fastcgi.conf;
And restarted nginx. …
•
By
nspeaks
-
Published Answer
Also noticed that HTML files are being served just fine. Its the PHP files that are shown up as blanks.
•
By
nspeaks
-
Published Question
I upgraded my Nginx 1.4.6 to 1.6.2 using this guide (https://www.digitalocean.com/community/tutorials/how-to-install-the-latest-version-of-nginx-on-ubuntu-12-10).
I am running Ubuntu 14.04 and 2 WordPress based sites....
2
•
•
By
nspeaks