• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Setting up a node server

ChristianTF

New Pleskian
I have my files on there. I have the end point but when using Postman just to check the end points all I get is an html document saying
```
<BODY>
<H1>Not Found</H1>
The requested document was not found on this server.
<P>
<HR>
<ADDRESS>
Web Server at api.example.com
</ADDRESS>
</BODY>
```
I have a the entry file configured with apache/nginx config, I followed the advise [here](Webmail/domain is unavailable: Server not found).

when using the command
`$ nslookup <IP_ADDRESS>`
> I get the error: ** server can't find <NUMBERS>.in-addr.arpa: NXDOMAIN

the docs give a solution for one of the problems but not the other (which is the error I am having)
when typing in `$ nslookup example.com` I get all the information but then when typing in the one above I get the error. The docs say that if I don't get information on the first one but get information on the second one then DNS isn't set up. However no help is offered for my issue. Anyone know what I would need to do?

I've been searching throughout here and StackOverflow but nothing seems to help
 
Back
Top