k3s/test/images/echoserver
Xiang Dai 36065c6dd7 delete all duplicate empty blanks
Signed-off-by: Xiang Dai <764524258@qq.com>
2019-02-23 10:28:04 +08:00
..
BASEIMAGE
BUILD
Dockerfile
README.md delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
VERSION fix https://github.com/kubernetes/kubernetes/issues/67561 bump version 2018-08-21 08:42:42 +08:00
nginx.conf delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
run.sh
template.lua

README.md

Echoserver

This is a simple server that responds with the http headers it received.

Image Versions >= 1.10 support HTTP2 on :8443. Image Versions >= 1.9 expose HTTPS endpoint on :8443. 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.