The issue I am having is I am trying to create an internal website for my company. Hosted internally on a ubuntu server (LAMP). I don't need the outside world to have access. Just internally. I created an A record with my DNS Manager (A Windows Server 2022).
10.1.25.25 to myapple
Now when I go to 10.1.25.25 to goes the default index.html page
When I go to myapple to goes to that Welcome to NGINX! page.
I have the LAMP stack installed
I can ping 10.1.25.25 and myapple.
NSLookup they both resolve to each other.
Looking at aapanel, the Default page:
The "Welcome to NGINX page..." is the Unbound domain page.
When I created the site, I didn't use a domain name, I used the IP address 10.1.25.25.
Being that it is internal I thought I didn't need an actual domain.
Any thoughts? TY