mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class Server extends BaseModel
|
|||
],
|
||||
'service' => 'noop',
|
||||
'rule' => 'PathPrefix(`/`)',
|
||||
'tls' => [
|
||||
'certResolver' => 'letsencrypt',
|
||||
],
|
||||
'priority' => -1000,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue