summaryrefslogtreecommitdiff
path: root/tests/plugins/headers/configs/.rr-res-headers.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-21 16:32:36 +0300
committerGitHub <[email protected]>2021-01-21 16:32:36 +0300
commit300e8367858f5288b2ce6addbf254a100e5c206a (patch)
tree7c9a6744fa9ce130d80c634da3d7596f70fda51a /tests/plugins/headers/configs/.rr-res-headers.yaml
parent0ff05b2732b4fd0783f959c94c54d7e39169f979 (diff)
parent8029e2d1107e4663f1104ebf25c40f252c8ea111 (diff)
Merge pull request #491 from spiral/refactor/add_debug_server
ref(configs, debug): update configs, add debug server
Diffstat (limited to 'tests/plugins/headers/configs/.rr-res-headers.yaml')
-rw-r--r--tests/plugins/headers/configs/.rr-res-headers.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/plugins/headers/configs/.rr-res-headers.yaml b/tests/plugins/headers/configs/.rr-res-headers.yaml
index be9cfead..4448343c 100644
--- a/tests/plugins/headers/configs/.rr-res-headers.yaml
+++ b/tests/plugins/headers/configs/.rr-res-headers.yaml
@@ -8,7 +8,6 @@ server:
relay_timeout: "20s"
http:
- debug: true
address: 127.0.0.1:22455
max_request_size: 1024
middleware: [ "headers" ]
@@ -18,9 +17,9 @@ http:
# Additional HTTP headers and CORS control.
headers:
request:
- "input": "custom-header"
+ input: "custom-header"
response:
- "output": "output-header"
+ output: "output-header"
pool:
num_workers: 2
max_jobs: 0