From ab0be1e0f9c0259ebf7d2e2d9419cb122ec8b11d Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Wed, 16 Aug 2017 14:34:09 +0200 Subject: [PATCH] spk: modify rewrites --- customer/spk-spar-checker/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 055a8e7f..754c726f 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -86,11 +86,11 @@ infra::profile::apache::pp_vhosts: rewrite_cond: - '%%{ich-trickse}{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$' rewrite_rule: - - '^().*)$ - [E=BASE:%1]' + - '^(.*)$ - [E=BASE:%1]' - comment: 'sfp index' rewrite_rule: - '^(.*)$ %{ENV:BASE}/index.php [L]' - + - directory_api: provider: directory path: '/var/www/spar-checker/sparchecker-backend/public/api/' @@ -114,7 +114,7 @@ infra::profile::apache::pp_vhosts: rewrite_cond: - '%%{ich-trickse}{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$' rewrite_rule: - - '^().*)$ - [E=BASE:%1]' + - '^(.*)$ - [E=BASE:%1]' - comment: 'api index' rewrite_rule: - '^(.*)$ %{ENV:BASE}/index.php [L]' -- 2.39.5