From 5c0d9f1a7f938efb7d67183bccf16d85731a27c7 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 14 Jun 2018 14:24:15 +0200 Subject: [PATCH] changed vhost conf --- customer/buschjaeger/production.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/customer/buschjaeger/production.yaml b/customer/buschjaeger/production.yaml index 6f632de2..ae56a553 100644 --- a/customer/buschjaeger/production.yaml +++ b/customer/buschjaeger/production.yaml @@ -400,7 +400,19 @@ infra::profile::apache::pp_vhosts: docroot: '/var/www/html/update' servername: update.busch-jaeger.de ssl: false + directories: + - directory1: + provider: directory + path: '/srv/www/html/update' + options: + - "-Indexes" manuals.busch-jaeger.de: docroot: '/var/www/html/manuals' servername: manuals.busch-jaeger.de ssl: false + directories: + - directory1: + provider: directory + path: '/srv/www/html/manuals' + options: + - "-Indexes" -- 2.39.5