Publish echoheader image

This commit is contained in:
Manuel de Brito Fontes 2017-05-28 17:05:03 -04:00
parent 32f24380ec
commit c18c8f76ba
5 changed files with 169 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# Echoserver
This is a simple server that responds with the http headers it received.
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.
Image versions <= 1.0 run a python http server instead of nginx, and don't redirect any requests.