From e4737e6ff1c1151fccc39152637b95326bea3f8a Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Wed, 23 Oct 2024 19:57:14 -0400 Subject: [PATCH] #246: improve merging of same-service, same-hostname-path proxy configuration part 4 --- examples/proxy/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/proxy/README.md b/examples/proxy/README.md index b1352754c..e67352a7e 100644 --- a/examples/proxy/README.md +++ b/examples/proxy/README.md @@ -105,6 +105,10 @@ lando exec web4 -- env | grep LANDO_SERVICE_CERT | grep /certs/cert.crt lando exec web4 -- cat \$LANDO_SERVICE_KEY lando exec web4 -- env | grep LANDO_SERVICE_KEY | grep /certs/cert.key +# Should succcesfully merge same-service same-hostname-pathname routes together correctly +lando exec php -- curl -sI http://lando-proxy.lndo.site | grep -i "X-Lando-Merge" | grep picard +lando exec php -- curl -sI http://lando-proxy.lndo.site | grep -i "X-Lando-Merge-Xo" | grep riker + # Should remove proxy entries when removed from the landofile and rebuild cp -rf .lando.yml .lando.old.yml cp -rf .lando.stripped.yml .lando.yml