<div dir="ltr"><pre style="padding:0px;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);line-height:16px">Hi,

Is it possible to enable http2 in only one of several name-based servers?

I have the following scenario:

server {
    listen          443 ssl;
    server_name     <a href="http://www.example.com">www.example.com</a>;
    ssl_certificate www.example.com.crt;
    ...
}

server {
    listen          443 ssl http2;
    server_name     <a href="http://www.example.org">www.example.org</a>;
    ssl_certificate www.example.org.crt;
    ...
}

Enabling http2 in the second server makes the first respond http2 as well.

In my use case I have a few servers using modules that are not http2-compatible yet.

Is there anything I'm missing?

Thanks!</pre><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Marcelo Mallmann Dias<br></div>
</div>