Add image with redirect
This commit is contained in:
parent
076de3e8a7
commit
7878600981
5 changed files with 124 additions and 0 deletions
6
echoheaders-redirect/README.md
Normal file
6
echoheaders-redirect/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue