• 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.

Issue why my dns domain is not resolvable

Because it's assuming you're using it's own DNS server and not a third party DNS service. If you're using a third party DNS service (like I do), you can either ignore that warning or add the following to panel.ini to remove the checks:

INI:
[dns]
enableResolveChecking = false
showDnsHelper = false
 
Because it's assuming you're using it's own DNS server and not a third party DNS service. If you're using a third party DNS service (like I do), you can either ignore that warning or add the following to panel.ini to remove the checks:

INI:
[dns]
enableResolveChecking = false
showDnsHelper = false
Hey thanks for the fast reply can you tell me where can i find that file Thanks
 
The file you've edited is the sample file, you don't want to edit the sample file or rename so it's simply panel.ini.
 
Back
Top