feat: add TLS configuration for default redirect in Server model
This commit is contained in:
@@ -242,6 +242,9 @@ class Server extends BaseModel
|
|||||||
],
|
],
|
||||||
'service' => 'noop',
|
'service' => 'noop',
|
||||||
'rule' => 'PathPrefix(`/`)',
|
'rule' => 'PathPrefix(`/`)',
|
||||||
|
'tls' => [
|
||||||
|
'certResolver' => 'letsencrypt',
|
||||||
|
],
|
||||||
'priority' => -1000,
|
'priority' => -1000,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user