ingress-nginx-helm/images/echoheaders
2018-05-16 14:36:12 -07:00
..
Dockerfile Add HTTPS port to echoheaders 2018-02-14 14:07:45 -08:00
echo-app.yaml add http/2 2018-03-22 10:25:35 -07:00
Makefile add http/2 2018-03-22 10:25:35 -07:00
nginx.conf Increase keepalive_timeout for echoheaders 2018-05-16 14:36:12 -07:00
README.md add http/2 2018-03-22 10:25:35 -07:00
run.sh Only pods in running phase are vallid for status (#2093) 2018-02-14 21:19:27 -08:00
template.lua Rewrite echoheaders to use openresty's templating. 2017-06-14 17:54:53 -07:00

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.