Add backend handler for https redirect

This commit is contained in:
Ben Grant 2022-08-19 15:57:58 +10:00
parent c98c3890f5
commit a16fa59278

View file

@ -1,2 +1,7 @@
runtime: nodejs16
service: api
handlers:
- url: /.*
secure: always
redirect_http_response_code: 301
script: auto