Merge pull request #1105 from asifdxtreme/patch-3

Make Readme file more readable
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-08-09 23:58:08 -04:00 committed by GitHub
commit 562e71271e

View file

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