-
Published Answer
Thanks @bobbyiliev for your assistance.
server {
root /var/www/domain.com;
index index.html index.htm i...
•
By
patrickb
-
Published Question
Hello,
I have been following through a few different articles, but am now getting an error.
```
"listen" directive not allowed here...
listen [::]:443 ssl; # managed by certbot
```
After I set up certbot it was fine, ...
Accepted Answer:
Hi there,
Can you run the following command to test your Nginx config syntax:
sudo nginx -t
And then share the output here.
Also, can you share your whole Nginx server block here as well?
Regards,
Bobby
2
•
•
By
patrickb
Nginx
LEMP
Let's Encrypt
WordPress
DigitalOcean
-
Published Question
Hello,
I have been following through https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-20-04
However I have got to the end bit, and I cant login to the dashboard. it came up...
Accepted Answer:
Hello, @patrickb
Can you please confirm if you've also followed the steps from the Prerequisites part of the article, e.g the initial LEMP stack part.
If you've followed that you should have UFW enabled and you can d...
2
•
•
By
patrickb
Nginx
LEMP
WordPress
DigitalOcean
-
Published Answer
Thanks @KFSys ,
Don’t know what was the issue, it wasn’t in sites-enabled, and there was an issue with certbot adding info to th…
•
By
patrickb
-
Published Question
Hello, I am new to the Ubuntu world and have been following the article,
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04
however I have run into a bit of a problem!
I have got to...
2
•
•
By
patrickb
Nginx
DigitalOcean
Ubuntu 20.04
Ubuntu