Skip to content

Commit

Permalink
[FEAT] nginx stomp connection ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 16, 2024
1 parent 59a8e72 commit 75f24c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ server {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_read_timeout 60s;
proxy_read_timeout 120s;
}

location /api/ {
Expand Down
1 change: 0 additions & 1 deletion terraform/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
resource "aws_default_vpc" "vpc_network" {
tags = merge(var.tags, {})
cidr_block = "10.0.0.0/24"
enable_dns_support = true
enable_dns_hostnames = true
}
Expand Down

0 comments on commit 75f24c2

Please sign in to comment.