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.
so it looks like with your OS template it was installed on the root disk, which has limited capacity.
To make use of your data-disk you can move some specific folders to your /data volume, and create symbolic link to it. It's advisable to do this right after you installed and configured Plesk, before you add any new domains or sites.
Some folders which you can move to the /data for example are:
/var/www/vhosts - websites/domains content
/var/qmail - mail configuration/content
You will have to understand basic Unix commands to do these steps and you should stop Plesk before
Example: these are the steps on how to move /var/www/vhosts to /data/vhosts and create the symbolic link for /var/www/vhosts:
cd /var/www
mv vhosts /data
ln -s /data/vhosts vhosts