• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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