• 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.

add spdy

admin12

New Pleskian
I would like to add spdy under all nginx configuration as below

listen 443 ssl spdy;

How to add them globally ?
 
Quotes from the provided link:
....
Once its done we need to add spdy to Nginx default template
...
/usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php

Sorry... wrong way to define a custom template. With the next updates/updates/patches from Parallels, this modifications might be replaced again with the standard Plesk template and the modification will be lost.
 
Quotes from the provided link:


Sorry... wrong way to define a custom template. With the next updates/updates/patches from Parallels, this modifications might be replaced again with the standard Plesk template and the modification will be lost.

UFHH01 ,Which is the template to add spdy without affecting next plesk updates
 
Hi admin12,

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

Please edit ONLY /usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php


If you would like more informations about "CUSTOM TEMPLATES", please read the Plesk documentation or please use the forum search.


 
Back
Top