mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
Configure HTTP->HTTPS redirect
This commit is contained in:
parent
4b2be56b3f
commit
8f769ac7e3
@ -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
|
Loading…
x
Reference in New Issue
Block a user