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.
If someone have problem with this in future:|
login to SSH
sudo nano /root/update_mail_quota.sh
paste:
#!/bin/bash
# Plesk przekazuje nazwę nowej domeny w zmiennej NEW_DOMAIN_NAME
DOMAIN="$NEW_DOMAIN_NAME"
# Jeśli zmienna jest pusta (np. event inny niż oczekiwany) — wyjdź
[ -z "$DOMAIN" ] &&...
Hello,
When i create hosting via API (FOSSBilling and my custom WP plugin) - there is one problem. The limit on the mail accounts is only 100MB per account. I was searching the option to incerase this, but i cant find any setting. How can i change this?
Plesk Web pro edition
Thank you for...
Hi everyone,
I’ve developed a project that, using a custom WordPress plugin and API, creates a subdomain via a form, generates an SSL certificate, and installs WordPress with a predefined set of plugins.
When I test it alone, everything works perfectly. However, when a client and I tried to...