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" {
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
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ variable "installprefix" {
3737variable "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
4343variable "ssm_account_id" {
You can’t perform that action at this time.
0 commit comments