• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

review kb article 123160

danliker

Silver Pleskian
Plesk Certified Professional
hello

there are failures in kb 123160, can you please review it?

specially the wrong path in the nginx part for the templates.
 
Could you please clarify a little bit what exactly is wrong there?
Thanks.
 
just picket out one example:

wrong:
sed -i 's/ssl_protocols SSLv2 SSLv3 TLSv1;/ssl_protocols TLSv1 TLSv1.1 TLSv1.2;/g' /usr/local/psa/admin/conf/templates/custom/nginxVhosts.php

correct:
sed -i 's/ssl_protocols SSLv2 SSLv3 TLSv1;/ssl_protocols TLSv1 TLSv1.1 TLSv1.2;/g' /usr/local/psa/admin/conf/templates/custom/server/nginxVhosts.php
 
We have corrected this article. Thank you for cooperation.
 
it is still wrong, here another example:

wrong:
cp /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php /usr/local/psa/admin/conf/templates/custom/

correct:
cp /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php /usr/local/psa/admin/conf/templates/custom/domain/
 
has now someone reviewed the full article, or have you just changed this one line?
 
Author of article informed me that whole nginx section was reviewed.
 
Back
Top