Browse Source

SplitYAML testing

pull/722/head
Brian E Clow 5 years ago
parent
commit
9be1195d47
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      tests/config/split/unit.tests.tst/urlfwd.yaml

+ 15
- 0
tests/config/split/unit.tests.tst/urlfwd.yaml View File

@ -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'

Loading…
Cancel
Save