From 557d2e80d37ac61258f62a4dd7e7fc1eb9d1ca29 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Wed, 13 Jul 2016 15:37:44 -0700 Subject: [PATCH] Test case from https://github.com/certbot/certbot/pull/3230#issuecomment-231546594 --- .../nginx/nginx-roundtrip-testdata/anothermapcase/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 certbot-compatibility-test/nginx/nginx-roundtrip-testdata/anothermapcase/nginx.conf diff --git a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/anothermapcase/nginx.conf b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/anothermapcase/nginx.conf new file mode 100644 index 000000000..b3ca02f92 --- /dev/null +++ b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/anothermapcase/nginx.conf @@ -0,0 +1,3 @@ +map $uri $blogname{ + ~^(?P/[^/]+/)files/(.*) $blogpath ; +}