Fix connections dropping after 60s

This commit is contained in:
Radon Rosborough 2021-07-11 20:57:18 +00:00
parent 45a777ed69
commit 71c524439d
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ resource "aws_lb" "server" {
name = "riju-server"
security_groups = [aws_security_group.alb.id]
subnets = data.aws_subnet_ids.default.ids
idle_timeout = 3600
}
resource "aws_lb_target_group" "server" {