How to enable SPDY on nginx w/ ISPConfig3

Discussion in 'Installation/Configuration' started by bax, Apr 23, 2014.

  1. bax

    bax Member

    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!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Edit the nginx vhost template in /usr/local/ispconfig/conf/, add spdy option and save the changed template to conf-custom folder.
     
  3. bax

    bax Member

    Found it in /usr/local/ispconfig/server/conf
    Thank you!
     

Share This Page