Sign inSign up

iabhi/nginx

By iabhi

Updated about 9 years ago

Nginx 1.13.0/HTTP2

Image
1

822

iabhi/nginx repository overview

Nginx 1.13.0 with HTTP2 implemented

To test the container run:

docker run --rm -p 443:443 -dit iabhi/nginx:http2


Then test in your browser or with curl:
curl -I -X GET https://localhost -k
HTTP/1.1 200 OK
Server: nginx/1.13.0
Date: Mon, 10 Jul 2017 12:21:13 GMT
Content-Type: text/html
Content-Length: 274
Last-Modified: Mon, 10 Jul 2017 12:13:16 GMT
Connection: keep-alive
ETag: "59636f5c-112"
Strict-Transport-Security: max-age=15768000; includeSubDomains
Accept-Ranges: bytes

NOTE: This was implemented with self-signed test certs, you might be looking to replace it if you want to use this image in your environment.

Tag summary

Content type

Image

Digest

Size

5 MB

Last updated

about 9 years ago

docker pull iabhi/nginx