Skip to content

Commit 4f596f9

Browse files
committed
updating image version and proxy config
1 parent 9a6c3e1 commit 4f596f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform-unity/ssm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_ssm_parameter" "managementproxy_config" {
2222
value = <<-EOT
2323
2424
<Location "/${var.project}/${var.venue}/management/">
25-
ProxyPass "http://${var.mgmt_dns}/" upgrade=websocket retry=5 disablereuse=On
25+
ProxyPass "http://${var.mgmt_dns}/" upgrade=websocket retry=5 addressttl=5
2626
ProxyPassReverse "http://${var.mgmt_dns}/"
2727
ProxyPreserveHost On
2828
FallbackResource /management/index.html

terraform-unity/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "installprefix" {
3737
variable "httpd_proxy_version" {
3838
description = "The version of the httpd proxy container"
3939
type = string
40-
default = "0.16.0"
40+
default = "0.16.1"
4141
}
4242

4343
variable "ssm_account_id" {

0 commit comments

Comments
 (0)