From: Andreas Gerstenberg Date: Wed, 16 Aug 2017 13:08:45 +0000 (+0200) Subject: spk: modify rewrites X-Git-Tag: v0.1.0~2601 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7c66961959d47adc498b627294d0327bc26154a0;p=pixelpark%2Fhiera.git spk: modify rewrites --- 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"'