From 82be2077b60e0244860692512de28a38dec0d2b3 Mon Sep 17 00:00:00 2001 From: Mohammad Asif Siddiqui Date: Thu, 10 Aug 2017 11:48:06 +0800 Subject: [PATCH] Make Readme file more readable --- images/echoheaders/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/echoheaders/README.md b/images/echoheaders/README.md index f18f7ab3aa..d023094ef2 100644 --- a/images/echoheaders/README.md +++ b/images/echoheaders/README.md @@ -2,7 +2,7 @@ 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.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.