Add HTTPS port to echoheaders
This commit is contained in:
parent
5101e74347
commit
665985921b
6 changed files with 29 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
This is a simple server that responds with the http headers it received.
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue