2017-05-28 21:05:03 +00:00
|
|
|
# Echoserver
|
|
|
|
|
|
|
|
This is a simple server that responds with the http headers it received.
|
|
|
|
|
2018-03-21 21:27:45 +00:00
|
|
|
Image Versions >= 1.10 support HTTP2 on :8443.
|
2018-02-14 21:24:38 +00:00
|
|
|
Image Versions >= 1.9 expose HTTPS endpoint on :8443.
|
2017-08-10 03:48:06 +00:00
|
|
|
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.
|
|
|
|
Image versions > 1.0 run an nginx server, and implement the echoserver using lua in the nginx config.
|
2017-05-28 21:05:03 +00:00
|
|
|
Image versions <= 1.0 run a python http server instead of nginx, and don't redirect any requests.
|