I added the following records to my google domain
Going to the IP directly works but the url does not I have the following in my NGINX config:
server {
root /home/ubuntu/public_html;
location / {
allow all;
}
}
The A record is the IP Do I need to configure anything on AWS? Do I need to use Route53?