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.
Does anybody else experience this issue: We get daily mails about overuse to our admin mail address, even though we have disabled all overuse mails for administrator?
Make sure you've no customer email accounts matches the admin account (Maybe you added a test customer), or your admin email is not added as an alternative address for another account or customer.
Run this command to make sure there is no false positive on that option.:
Bash:
plesk bin notification --update -code domain_limits_exceed -send2admin false
Make sure you've no customer email accounts matches the admin account (Maybe you added a test customer), or your admin email is not added as an alternative address for another account or customer.
<code>
for id in 3 16 22 26; do plesk bin notification --update -id $id -send2admin false ; plesk bin notification --update -id $id -send2reseller false ; done
</code>