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

@ -11,3 +11,5 @@ handlers:
# the entire handlers section) when there are no static files defined.
- url: /.*
script: auto
secure: always
redirect_http_response_code: 301