feat: add TLS configuration for default redirect in Server model

This commit is contained in:
Andras Bacsai 2024-12-06 14:19:09 +01:00
parent 1886347b55
commit 00882eeb31

View file

@ -242,6 +242,9 @@ public function setupDefaultRedirect()
],
'service' => 'noop',
'rule' => 'PathPrefix(`/`)',
'tls' => [
'certResolver' => 'letsencrypt',
],
'priority' => -1000,
],
],