File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ resource "aws_ssm_parameter" "managementproxy_config" {
22
22
value = <<- EOT
23
23
24
24
<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
26
26
ProxyPassReverse "http://${ var . mgmt_dns } /"
27
27
ProxyPreserveHost On
28
28
FallbackResource /management/index.html
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ variable "installprefix" {
37
37
variable "httpd_proxy_version" {
38
38
description = " The version of the httpd proxy container"
39
39
type = string
40
- default = " 0.16.0 "
40
+ default = " 0.16.1 "
41
41
}
42
42
43
43
variable "ssm_account_id" {
You can’t perform that action at this time.
0 commit comments