• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved CLI: How to change "Preferred Domain" to domain name

tkalfaoglu

Silver Pleskian
I have 84 domains that need to be changed from "preferred domain" www setting to just domain setting.
So I ran:
plesk bin domain --update {} -www false
but that seems to have removed the 'www.domain' from the DNS settings as well.
So, how can I accomplish the preferred domain setting via the CLI?

Many thanks, -t
 
FOUND IT:
plesk bin domain --update-web-server-settings {} -seo-redirect non-www

..was the correct option.
 
Back
Top