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',
|
||||
'rule' => 'PathPrefix(`/`)',
|
||||
'tls' => [
|
||||
'certResolver' => 'letsencrypt',
|
||||
],
|
||||
'priority' => -1000,
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user