mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-02 00:01:41 +02:00
Configure HTTP->HTTPS redirect
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user