• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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