Skip to content

Commit

Permalink
updating image version and proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpl-btlunsfo committed Sep 24, 2024
1 parent 9a6c3e1 commit 4f596f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform-unity/ssm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_ssm_parameter" "managementproxy_config" {
value = <<-EOT
<Location "/${var.project}/${var.venue}/management/">
ProxyPass "http://${var.mgmt_dns}/" upgrade=websocket retry=5 disablereuse=On
ProxyPass "http://${var.mgmt_dns}/" upgrade=websocket retry=5 addressttl=5
ProxyPassReverse "http://${var.mgmt_dns}/"
ProxyPreserveHost On
FallbackResource /management/index.html
Expand Down
2 changes: 1 addition & 1 deletion terraform-unity/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variable "installprefix" {
variable "httpd_proxy_version" {
description = "The version of the httpd proxy container"
type = string
default = "0.16.0"
default = "0.16.1"
}

variable "ssm_account_id" {
Expand Down

0 comments on commit 4f596f9

Please sign in to comment.