2016-02-22 00:13:08 +00:00
|
|
|
# Echoserver
|
|
|
|
|
2016-03-08 19:03:45 +00:00
|
|
|
This is a simple server that responds with the http headers it received.
|
2016-05-19 19:11:51 +00:00
|
|
|
Image versions >= 1.4 removes the redirect introduced in 1.3.
|
2016-03-08 19:03:45 +00:00
|
|
|
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.
|
|
|
|
Image versions <= 1.0 run a python http server instead of nginx, and don't redirect any requests.
|