We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6c3e1 commit 4f596f9Copy full SHA for 4f596f9
2 files changed
terraform-unity/ssm.tf
@@ -22,7 +22,7 @@ resource "aws_ssm_parameter" "managementproxy_config" {
22
value = <<-EOT
23
24
<Location "/${var.project}/${var.venue}/management/">
25
- ProxyPass "http://${var.mgmt_dns}/" upgrade=websocket retry=5 disablereuse=On
+ ProxyPass "http://${var.mgmt_dns}/" upgrade=websocket retry=5 addressttl=5
26
ProxyPassReverse "http://${var.mgmt_dns}/"
27
ProxyPreserveHost On
28
FallbackResource /management/index.html
terraform-unity/variables.tf
@@ -37,7 +37,7 @@ variable "installprefix" {
37
variable "httpd_proxy_version" {
38
description = "The version of the httpd proxy container"
39
type = string
40
- default = "0.16.0"
+ default = "0.16.1"
41
}
42
43
variable "ssm_account_id" {
0 commit comments