From 0c9cebc6ccefdfd67a17556cbe1ce4c69e4a8c91 Mon Sep 17 00:00:00 2001 From: sambufe Date: Tue, 27 Jun 2017 12:06:13 +0200 Subject: [PATCH] fbb-tst-www added ofis aliases --- customer/fbb-www/test.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index eada7dca..8ac4f08f 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -221,9 +221,37 @@ infra::profile::apache::pp_vhosts: options: - FollowSymLinks - Indexes + - provider: location + path: '/starsberlin' + auth_type: Digest + auth_name: 'abc' + auth_digest_provider: file + auth_digest_algorithm: MD5 + auth_user_file: '/etc/httpd/htdigest' + auth_require: 'valid-user' + options: + - FollowSymLinks + - Indexes + aliases: - alias: '/starsberlin' path: '/home/flugdat/starsBerlin/' + - alias: '/securitastxl' + path: '/home/flugdat/securitastxl/' + - alias: '/securitas' + path: '/home/flugdat/securitas/' + - alias: '/bgssxf' + path: '/home/flugdat/bgssxf/' + - alias: '/bgstxl' + path: '/home/flugdat/bgstxl/' + - alias: '/airberlinhub' + path: '/home/flugdat/airBerlinHUB/' + - alias: '/senatfluginfo' + path: '/home/flugdat/senatfluginfo/' + - alias: '/ofis' + path: '/home/flugdat/ofis/' + + rewrites: #Rewrites aus HTTPD Conf FBBKERNSERV-143 - rewrite_cond: -- 2.39.5