diff options
Diffstat (limited to 'org-buetow-ecs')
| -rw-r--r-- | org-buetow-ecs/syncthingservice.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-buetow-ecs/syncthingservice.tf b/org-buetow-ecs/syncthingservice.tf index 4aa3fb3..862bce8 100644 --- a/org-buetow-ecs/syncthingservice.tf +++ b/org-buetow-ecs/syncthingservice.tf @@ -86,7 +86,7 @@ resource "aws_lb_listener_rule" "syncthing_ui_https_listener_rule" { condition { host_header { - values = ["syncthing-ui.buetow.cloud"] + values = ["syncthing.buetow.cloud"] } } } |
