This is documentation for Plesk Onyx.
Go to documentation for the latest version, Plesk Obsidian.
Prohibiting Users from Removing Their Sites
The following procedure describes how to prevent your customers from deleting their sites from the editor. You can do this by removing the Remove Site button.
To remove the button from the editor:
-
On the hosting server, open the configuration file
/usr/local/sb/config
. -
In the
[general]
section of the file, locate the following line:allow_delete_site_ui = true
-
Replace the
true
value withfalse
. -
Save the file.