Nginx-1.14.0 stable version has been released
1–10 of 68 posts
Re: Nginx-1.14.0 stable version has been released
#2Re: Nginx-1.14.0 stable version has been released
#3Re: Nginx-1.14.0 stable version has been released
#4They really need proper release notes, it's very hard to find a list of the changes in this new version...
Re: Nginx-1.14.0 stable version has been released
#5They really need proper release notes, it's very hard to find a list of the changes in this new version...
^^^ Hard to find, though.
Re: Nginx-1.14.0 stable version has been released
#6They really need proper release notes, it's very hard to find a list of the changes in this new version...
Re: Nginx-1.14.0 stable version has been released
#7Silly question, but what's the use case for the HTTP/2 Push? Their example with pushing doesn't make sense to me. Why would you want to push static content?
Re: Nginx-1.14.0 stable version has been released
#8>http2_push /static/css/main.css; Silly question, but what's the use case for the HTTP/2 Push? Their example with pushing doesn't make sense to me. Why would you want to push static content?
Re: Nginx-1.14.0 stable version has been released
#9>http2_push /static/css/main.css; Silly question, but what's the use case for the HTTP/2 Push? Their example with pushing doesn't make sense to me. Why would you want to push static content?
Re: Nginx-1.14.0 stable version has been released
#10>http2_push /static/css/main.css; Silly question, but what's the use case for the HTTP/2 Push? Their example with pushing doesn't make sense to me. Why would you want to push static content?
So that the files can be downloaded before the html is parsed if I recall correctly.