Score:0

Map IP Address (NGINX running) in cloudflare

pt flag
ram

I have an IP address 65.1.106.XXX. In this instance, Nginx is running and I can able to see the nginx status page through this IP address.

Now I'm trying to map the subdomain to this instance IP address.

I created test.conf file under the /etc/nginx/conf.d

server {
        listen 80;
        listen [::]:80;

        server_name test.abc.com;


        root /var/www/html;
        index index.html index.htm index.nginx-debian.html;


        location / {
                try_files $uri $uri/ =404;
        }
}

and I'm trying to map this in Cloudflare and it has done.

but when I'm trying to access this subdomain it keeps below the error page

Timed Out error

us flag
How are your DNS records set up in Cloudflare?
ram avatar
pt flag
ram
yes, we do setup DNS records setup successfully. its working fine there
us flag
The question is how exactly the records are set up.
ram avatar
pt flag
ram
do you this sub domain (test.abc.com)
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.