Hi! SPDY on nginx is enabled this way: Code: server { listen 80 spdy; listen 443 ssl spdy; } Is there any possibility to enable spdy with the nginx directives within ISPConfig3? Thank you!
Edit the nginx vhost template in /usr/local/ispconfig/conf/, add spdy option and save the changed template to conf-custom folder.