Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
I realise this is an old topic, but still mostly gave the solution.
using the above solution
# We include the /icons/ alias for FancyIndexed directory listings. If
# you do not use FancyIndexing, you may comment this out.
#
Alias /icons/ "/usr/share/httpd/icons/"
<Directory...
Hi @zte813
I don't need to do any zone exports, any new domains added to the server are automatically added to my external nameservers, and any changes done on the plesk server are reflected on the external nameservers faster than I can switch screens and refresh the records.
Which is why I...
Hi,
I have plesk running as secret supermaster on my network with four powerdns nameservers using AXFR and
options {
...
notify yes;
also-notify{
ns1.ip;
ns2.ip;
ns3.ip;
ns4.ip;
};
...
};
in the named.conf on the plesk server, ok it is after...