Skip to content

Commit a91a70e

Browse files
committed
quick readme updates
1 parent ab53f1d commit a91a70e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "aws_ssm_parameter" "serviceproxy_config" {
2828
ProxyPassReverse "/"
2929
</Location>
3030
<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
3232
ProxyPreserveHost On
3333
FallbackResource /management/index.html
3434
AddOutputFilterByType INFLATE;SUBSTITUTE;DEFLATE text/html
@@ -59,7 +59,7 @@ The configuration is collated from SSM parameters residing under `/unity/${var.p
5959
<VirtualHost *:8080>
6060
6161
<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
6363
ProxyPassReverse "http://internal-unity-mc-alb-b0lgg-285622534.us-west-2.elb.amazonaws.com:8080/"
6464
ProxyPreserveHost On
6565
FallbackResource /management/index.html
@@ -77,7 +77,7 @@ Live checking of the "current" configuration may be accomplished with `write_sit
7777
<VirtualHost *:8080>
7878
7979
<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
8181
ProxyPassReverse "http://internal-unity-mc-alb-b0lgg-285622534.us-west-2.elb.amazonaws.com:8080/"
8282
ProxyPreserveHost On
8383
FallbackResource /management/index.html

0 commit comments

Comments
 (0)