File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ resource "aws_ssm_parameter" "serviceproxy_config" {
28
28
ProxyPassReverse "/"
29
29
</Location>
30
30
<LocationMatch "^/${var.project}/${var.venue}/${var.urlpath}/(.*)$">
31
- ProxyPassMatch "http://${var.service_endpoint}/$1"
31
+ ProxyPassMatch "http://${var.service_endpoint}/$1" retry=5 addressttl=60
32
32
ProxyPreserveHost On
33
33
FallbackResource /management/index.html
34
34
AddOutputFilterByType INFLATE;SUBSTITUTE;DEFLATE text/html
@@ -59,7 +59,7 @@ The configuration is collated from SSM parameters residing under `/unity/${var.p
59
59
<VirtualHost *:8080>
60
60
61
61
<Location "/unity/dev/management/">
62
- ProxyPass "http://internal-unity-mc-alb-b0lgg-285622534.us-west-2.elb.amazonaws.com:8080/" upgrade=websocket
62
+ ProxyPass "http://internal-unity-mc-alb-b0lgg-285622534.us-west-2.elb.amazonaws.com:8080/" upgrade=websocket retry=5 addressttl=60
63
63
ProxyPassReverse "http://internal-unity-mc-alb-b0lgg-285622534.us-west-2.elb.amazonaws.com:8080/"
64
64
ProxyPreserveHost On
65
65
FallbackResource /management/index.html
@@ -77,7 +77,7 @@ Live checking of the "current" configuration may be accomplished with `write_sit
77
77
<VirtualHost *:8080>
78
78
79
79
<Location "/unity/dev/management/">
80
- ProxyPass "http://internal-unity-mc-alb-b0lgg-285622534.us-west-2.elb.amazonaws.com:8080/" upgrade=websocket
80
+ ProxyPass "http://internal-unity-mc-alb-b0lgg-285622534.us-west-2.elb.amazonaws.com:8080/" upgrade=websocket retry=5 addressttl=60
81
81
ProxyPassReverse "http://internal-unity-mc-alb-b0lgg-285622534.us-west-2.elb.amazonaws.com:8080/"
82
82
ProxyPreserveHost On
83
83
FallbackResource /management/index.html
You can’t perform that action at this time.
0 commit comments