ingress-nginx-helm/echoheaders-redirect
Manuel de Brito Fontes 7878600981 Add image with redirect
2016-05-19 21:30:04 -03:00
..
Dockerfile Add image with redirect 2016-05-19 21:30:04 -03:00
echo-app.yaml Add image with redirect 2016-05-19 21:30:04 -03:00
Makefile Add image with redirect 2016-05-19 21:30:04 -03:00
nginx.conf Add image with redirect 2016-05-19 21:30:04 -03:00
README.md Add image with redirect 2016-05-19 21:30:04 -03:00

Echoserver - forked from echoheaders-1.3

This is a simple server that responds with the http headers it received. 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.