Fix connections dropping after 60s
This commit is contained in:
parent
45a777ed69
commit
71c524439d
|
@ -30,6 +30,7 @@ resource "aws_lb" "server" {
|
||||||
name = "riju-server"
|
name = "riju-server"
|
||||||
security_groups = [aws_security_group.alb.id]
|
security_groups = [aws_security_group.alb.id]
|
||||||
subnets = data.aws_subnet_ids.default.ids
|
subnets = data.aws_subnet_ids.default.ids
|
||||||
|
idle_timeout = 3600
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_lb_target_group" "server" {
|
resource "aws_lb_target_group" "server" {
|
||||||
|
|
Loading…
Reference in New Issue