• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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