From ddac6f8fcd8bf740981d2f78d573b46bb61acf56 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 30 Nov 2020 14:11:22 +0300 Subject: Finish plugin for static --- plugins/static/tests/configs/.rr-http-static.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/static/tests/configs/.rr-http-static.yaml') 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 -- cgit v1.2.3