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.
You can run (something like) /opt/plesk/php/7.4/bin/php /usr/lib64/plesk-9.0/composer.phar --1 to downgrade to v1.x
Look in the schedules task list for composer and schedule the above command after the one from plesk to keep it on v1.
@IgorG i downgrade by running:
# /opt/plesk/php/7.2/bin/php /usr/lib64/plesk-9.0/composer.phar self-update --rollback
And then updated to the latest 1.x release using :
# /opt/plesk/php/7.2/bin/php /usr/lib64/plesk-9.0/composer.phar self-update --1
(I think this is beter than manually...