Configure HTTP->HTTPS redirect

This commit is contained in:
Phillip Kühne 2021-08-20 16:58:35 +02:00
parent 4b2be56b3f
commit 8f769ac7e3

View File

@ -10,4 +10,6 @@ handlers:
# required when static routes are defined, but can be omitted (along with # required when static routes are defined, but can be omitted (along with
# the entire handlers section) when there are no static files defined. # the entire handlers section) when there are no static files defined.
- url: /.* - url: /.*
script: auto script: auto
secure: always
redirect_http_response_code: 301