add http/2

This commit is contained in:
Ashley Gau 2018-03-21 14:27:45 -07:00
parent 0e26977dca
commit 84a6e0c1ab
4 changed files with 4 additions and 3 deletions

View file

@ -2,6 +2,7 @@
This is a simple server that responds with the http headers it received.
Image Versions >= 1.10 support HTTP2 on :8443.
Image Versions >= 1.9 expose HTTPS endpoint on :8443.
Image versions >= 1.4 removes the redirect introduced in 1.3.
Image versions >= 1.3 redirect requests on :80 with `X-Forwarded-Proto: http` to :443.