Why my new server shows numbers in the URL address

0 votes
I recently set up a new server, and I’ve noticed that when I access my site or services, the browser shows a URL with numbers (like an IP address) instead of my domain name. For example, instead of https://example.com, I see something like http://192.168.1.100. I'm not sure if this is a configuration issue or if I'm missing a step in setting up my server or DNS. Can someone explain why this is happening and how I can make it show my domain name instead of an IP address?
Feb 16, 2023 in AWS by sarit
• 1,830 points
837 views

1 answer to this question.

0 votes

It looks like the URLs for your old and new servers are different because they are using different ports. The old server is using the default HTTP port 80, while the new server is using port 3000.

To make your new server use the same URL format as your old server, you need to configure it to use port 80. This can typically be done in your server's configuration settings or by setting up a reverse proxy.

As for your second question, it sounds like your application is running on port 3000. To make it accessible without specifying the port number in the URL, you need to configure your server to listen on port 80 instead of port 3000. This can typically be done by modifying your application's settings or using a reverse proxy to forward traffic from port 80 to port 3000. Additionally, you may need to update your DNS settings to point to the correct IP address for your server.

Elevate Your Expertise with Microservices Certification!

answered Feb 17, 2023 by anonymous

Related Questions In AWS

0 votes
1 answer

How to have a server 2012 in cloud and my users in different location

You will access the server the same ...READ MORE

answered Sep 25, 2018 in AWS by Priyaj
• 58,020 points
1,138 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Why do I have heavy DeserializeSparse phase after EagerKernelExecutes on the multiple GPU training?

The heavy "DeserializeSparse" phase after the "EagerKernelExecutes" ...READ MORE

answered Feb 17, 2023 in AWS by anonymous
1,146 views
0 votes
1 answer

Which IAM policy provides the permissions to resolve issues in AWS?

 You can use the AWS-managed policy named ...READ MORE

answered Nov 5, 2024 in AWS by Tarun
362 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP