I'm having difficulties getting a basic HTML page to serve using CWP7 on CentOS8.
I've created a VM on VMWare and installed CentOS fine. Then i installed CWP7 and that went through fine.
I am able to access the CWP7 control panel and add users/domains but am not able to pull that up through the VM's web-browser.
I'm trying to host a site locally not online but regardless i've setup a secondary VM running windows server as the DNS server and pointed the DNS of my CentOS VM to it.
CentOS SVR = 10.0.1.38
DNS SVR = 10.0.1.39
I created a user in CWP7 called `crm` and then created a domain called `crm.local`
In my DNS I created a zone for `crm.local` and pointed it back to the CentOS svr.
Running NSLOOKUP in terminal of the CentOS svr I see it points to the correct internal IP.
However when I pull up `crm.local` in the VM's browser i get `unable to connect, firefox can't establish a connection the the server at crm.local:8182`
In CWP7 > WebServer Settings > WebServers Domain Conf > usr: crm > domain: crm.local > I have the following settings:
nginx > proxy > (custom-port)
nginx default vhost template type: default
nginx default vhost template: default
custom port: 8182
IP: 127.0.0.1
I'm stumped i'm new to linux in general so I must be missing something. Any tips appreciated.