From 7c66961959d47adc498b627294d0327bc26154a0 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Wed, 16 Aug 2017 15:08:45 +0200 Subject: [PATCH] spk: modify rewrites --- customer/spk-spar-checker/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 0e57acea..275cf221 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -93,7 +93,7 @@ infra::profile::apache::pp_vhosts: - '^(.*) - [E=BASE:%1]' - comment: 'sfp index' rewrite_rule: - - '^(.*)$ %{ENV:BASE}/index.php [L]' + - '^(.*)$ %%{ich-trickse}{ENV:BASE}/index.php [L]' - directory_api: provider: directory @@ -123,7 +123,7 @@ infra::profile::apache::pp_vhosts: - '^(.*) - [E=BASE:%1]' - comment: 'api index' rewrite_rule: - - '^(.*)$ %{ENV:BASE}/index.php [L]' + - '^(.*)$ %%{ich-trickse}{ENV:BASE}/index.php [L]' headers: - 'always set X-XSS-Protection "1; mode=block"' -- 2.39.5