diff options
author | Valery Piashchynski <[email protected]> | 2020-11-30 14:11:22 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-30 14:11:22 +0300 |
commit | ddac6f8fcd8bf740981d2f78d573b46bb61acf56 (patch) | |
tree | 19e738ae894015c9e50e008a5601669c78d426b4 /plugins/static/tests/configs/.rr-http-static.yaml | |
parent | 9402ea1e88d6e63b8b0388ad662d20b727b940d0 (diff) |
Finish plugin for static
Diffstat (limited to 'plugins/static/tests/configs/.rr-http-static.yaml')
-rw-r--r-- | plugins/static/tests/configs/.rr-http-static.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/static/tests/configs/.rr-http-static.yaml b/plugins/static/tests/configs/.rr-http-static.yaml index f717dcf8..80a1fa7f 100644 --- a/plugins/static/tests/configs/.rr-http-static.yaml +++ b/plugins/static/tests/configs/.rr-http-static.yaml @@ -17,12 +17,11 @@ http: forbid: [ ".php", ".exe", ".bat" ] static: dir: "../../../tests" - forbid: [ ".php", ".htaccess" ] + forbid: [ "" ] request: - "Example-Request-Header": "Value" - # Automatically add headers to every response. + "input": "custom-header" response: - "X-Powered-By": "RoadRunner" + "output": "output-header" pool: numWorkers: 2 maxJobs: 0 |