• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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