Add backend handler for https redirect
This commit is contained in:
parent
c98c3890f5
commit
a16fa59278
|
|
@ -1,2 +1,7 @@
|
||||||
runtime: nodejs16
|
runtime: nodejs16
|
||||||
service: api
|
service: api
|
||||||
|
handlers:
|
||||||
|
- url: /.*
|
||||||
|
secure: always
|
||||||
|
redirect_http_response_code: 301
|
||||||
|
script: auto
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue