Welcome! Log In Create A New Profile

Advanced

Re: SPDY + HTTP/2

February 09, 2016 05:06AM
I was able to patch nginx-1.9.10 which supports both SPDY + HTTP2. I don't intend to use both of them simultaneously on the same interface.

My question: Is there a reason why this is not done? It gives me an option to choose between the two per interface.

server {
listen x.x.x.x:443 ssl http2;
server_name abc.com;
...
}
server {
listen y.y.y.y:443 ssl spdy;
server_name def.com;
...
}
Subject Author Posted

SPDY + HTTP/2

CJ Ess December 03, 2015 01:16PM

Re: SPDY + HTTP/2

Maxim Konovalov December 03, 2015 01:30PM

Re: SPDY + HTTP/2

CJ Ess December 03, 2015 05:36PM

Re: SPDY + HTTP/2

CJ Ess December 04, 2015 06:18PM

Re: SPDY + HTTP/2

mongia.ramandeep February 09, 2016 05:06AM

Re: SPDY + HTTP/2

Валентин Бартенев February 09, 2016 03:00PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 179
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready