Skip to content

Commit

Permalink
Merge pull request #1105 from asifdxtreme/patch-3
Browse files Browse the repository at this point in the history
Make Readme file more readable
  • Loading branch information
aledbf authored Aug 10, 2017
2 parents 3072b04 + 82be207 commit 562e712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/echoheaders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 562e712

Please sign in to comment.