diff options
author | Valery Piashchynski <[email protected]> | 2021-04-25 20:18:35 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-25 20:18:35 +0300 |
commit | f6359114607f9daa41aa90d452ebdc970615c3ab (patch) | |
tree | d1bc215440949d6615b2c645396e0146843745fa /tests/plugins/static/configs/.rr-http-static-files.yaml | |
parent | 92d089e0ecedaa1ccdf9e2700b9cb2b61f307b1d (diff) |
- Initial commit of the updated static plugin
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/static/configs/.rr-http-static-files.yaml')
-rw-r--r-- | tests/plugins/static/configs/.rr-http-static-files.yaml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/plugins/static/configs/.rr-http-static-files.yaml b/tests/plugins/static/configs/.rr-http-static-files.yaml index d6b3032e..0e003dae 100644 --- a/tests/plugins/static/configs/.rr-http-static-files.yaml +++ b/tests/plugins/static/configs/.rr-http-static-files.yaml @@ -18,11 +18,7 @@ http: dir: "../../../tests" forbid: [ ".php", ".htaccess" ] always: [ ".ico" ] - request: - "Example-Request-Header": "Value" - # Automatically add headers to every response. - response: - "X-Powered-By": "RoadRunner" + pool: num_workers: 2 max_jobs: 0 @@ -30,4 +26,4 @@ http: destroy_timeout: 60s logs: mode: development - level: error
\ No newline at end of file + level: error |