I created an Ubuntu 20.04 droplet and followed the How To Install and Configure Laravel with Nginx on Ubuntu 20.04 and when I logged in I saw:
96 updates can be installed immediately.
34 of these updates are security...
Out of the box I am getting a 403 Forbidden error on a new virtual host.
I am using as simple of a server block as possible
```
server {
listen 80;
listen [::]:80;
server_name carttest.tabletopstoc...