From 8f769ac7e31fb6d38c74832c1c543e4f3267621a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Fri, 20 Aug 2021 16:58:35 +0200 Subject: [PATCH] Configure HTTP->HTTPS redirect --- backend/app/app.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/app/app.yaml b/backend/app/app.yaml index db01bf4..6fcd624 100644 --- a/backend/app/app.yaml +++ b/backend/app/app.yaml @@ -10,4 +10,6 @@ handlers: # required when static routes are defined, but can be omitted (along with # the entire handlers section) when there are no static files defined. - url: /.* - script: auto \ No newline at end of file + script: auto + secure: always + redirect_http_response_code: 301 \ No newline at end of file