feat: add TLS configuration for default redirect in Server model
This commit is contained in:
parent
1886347b55
commit
00882eeb31
1 changed files with 3 additions and 0 deletions
|
|
@ -242,6 +242,9 @@ public function setupDefaultRedirect()
|
|||
],
|
||||
'service' => 'noop',
|
||||
'rule' => 'PathPrefix(`/`)',
|
||||
'tls' => [
|
||||
'certResolver' => 'letsencrypt',
|
||||
],
|
||||
'priority' => -1000,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue