Commit a5eb0ba3 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Add missing frontends config to Pro Domain

1 merge request!308WIP: (feat): Minds Pro
Pipeline #82807565 failed with stages
in 4 minutes and 47 seconds
......@@ -73,11 +73,15 @@ class TraefikDynamoDb implements EdgeRouterInterface
'frontend' => [
'backend' => 'minds-pro',
'routes' => [
'pro' => [
'pro-domain' => [
'rule' => "Host: {$domain}"
]
]
]
],
'headers' => [
'SSLRedirect' => true,
],
'passHostHeader' => true,
],
]));
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment