From 4478ee6e1f053b5e04a761ee145c387e93546694 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Tue, 10 Oct 2017 13:56:20 +0200 Subject: [PATCH] spk-spar-checker modify limit_except --- customer/spk-spar-checker/test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 47d3a11c..effec1f7 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -65,10 +65,8 @@ infra::profile::apache::pp_vhosts: directoryindex: 'index.html' - provider: location path: '/' -# limit_except: -# - methods: "GET HEAD POST" -# require: -# enforce: deny + limit_except: + - { methods: "GET HEAD POST" , require: "all denied" } auth_type: Digest auth_name: server auth_digest_provider: file -- 2.39.5