From 61e2c23d64cf95372c1f27dc9d0859912e33e4ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Thu, 14 Jun 2018 14:55:03 +0200 Subject: [PATCH] BJE - fix update docroot --- customer/buschjaeger/production.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customer/buschjaeger/production.yaml b/customer/buschjaeger/production.yaml index 8c7ddd29..232931e5 100644 --- a/customer/buschjaeger/production.yaml +++ b/customer/buschjaeger/production.yaml @@ -406,6 +406,11 @@ infra::profile::apache::pp_vhosts: path: '/var/www/html/update/UpdateBuschJaegerDEProduction' options: - "-Indexes" + aliases: + - { alias: "/Updates", path: "/var/www/html/update/UpdateBuschJaegerDEProduction" } + - { alias: "/updates", path: "/var/www/html/update/UpdateBuschJaegerDEProduction" } + - { alias: "/test", path: "/var/www/html/update/UpdateBuschJaegerDETest" } + - { alias: "/experimental", path: "/var/www/html/update/UpdateBuschJaegerDEExperimental" } manuals.busch-jaeger.de: docroot: '/var/www/html/manuals' servername: manuals.busch-jaeger.de -- 2.39.5