diff options
Diffstat (limited to 'tests/plugins/headers/configs/.rr-res-headers.yaml')
-rw-r--r-- | tests/plugins/headers/configs/.rr-res-headers.yaml | 5 |
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 |