• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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