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