summaryrefslogtreecommitdiff
path: root/plugins/http/tests/configs/.rr-echoErr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-30 11:24:00 +0300
committerGitHub <[email protected]>2020-11-30 11:24:00 +0300
commita7f1952bc80f28985dde7da6446342a774464e24 (patch)
tree12e1261102ff417f5d4077ce34f754527a135478 /plugins/http/tests/configs/.rr-echoErr.yaml
parentb5020bfce6b5362400cb9b578fe32c1a6ed5d61a (diff)
parentb27564251f4dbb8e366a4940d79a5645e2b28d3c (diff)
Merge pull request #418 from spiral/plugin/gzip
Gzip plugin
Diffstat (limited to 'plugins/http/tests/configs/.rr-echoErr.yaml')
-rw-r--r--plugins/http/tests/configs/.rr-echoErr.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/http/tests/configs/.rr-echoErr.yaml b/plugins/http/tests/configs/.rr-echoErr.yaml
index 696fc0ae..6ecdbb2a 100644
--- a/plugins/http/tests/configs/.rr-echoErr.yaml
+++ b/plugins/http/tests/configs/.rr-echoErr.yaml
@@ -15,7 +15,7 @@ http:
debug: true
address: 127.0.0.1:8080
maxRequestSize: 1024
- middleware: [ "" ]
+ middleware: [ "pluginMiddleware", "pluginMiddleware2" ]
uploads:
forbid: [ "" ]
trustedSubnets: [ "10.0.0.0/8", "127.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10" ]