Add a check to test http->https redirection
We could have a config like that:
- domain: https://example.org
paths:
- path: /
checks:
- http-to-https-redirection: 301
This way, we would not have to configure two domains, on for http
, with a redirection to https, and the https
one.
Edited by Luc Didry