From 9be1195d47c72a4377a9af3bc45a334e12c6ba9e Mon Sep 17 00:00:00 2001 From: Brian E Clow Date: Thu, 27 May 2021 15:42:27 -0700 Subject: [PATCH] SplitYAML testing --- tests/config/split/unit.tests.tst/urlfwd.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/config/split/unit.tests.tst/urlfwd.yaml diff --git a/tests/config/split/unit.tests.tst/urlfwd.yaml b/tests/config/split/unit.tests.tst/urlfwd.yaml new file mode 100644 index 0000000..778b9b5 --- /dev/null +++ b/tests/config/split/unit.tests.tst/urlfwd.yaml @@ -0,0 +1,15 @@ +--- +urlfwd: + ttl: 300 + type: URLFWD + values: + - code: 302 + masking: 2 + path: '/' + query: 0 + target: 'http://www.unit.tests' + - code: 301 + masking: 2 + path: '/target' + query: 0 + target: 'http://target.unit.tests'