From 5eb4c186eb959caf991d059b7cd7a1e2a75e3b86 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 17 Mar 2017 11:40:49 +0100 Subject: [PATCH] pixelpark add clamav vhost on repo --- customer/pixelpark/repo.pixelpark.com.yaml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/customer/pixelpark/repo.pixelpark.com.yaml b/customer/pixelpark/repo.pixelpark.com.yaml index 5f068804..95768544 100644 --- a/customer/pixelpark/repo.pixelpark.com.yaml +++ b/customer/pixelpark/repo.pixelpark.com.yaml @@ -25,14 +25,29 @@ site::profile::apache::pp_vhosts: ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' # HtAccess directories: - - directory1: - provider: directory + - provider: directory path: '/srv/www/repo' index_options: - FancyIndexing options: - Indexes - FollowSymLinks + clamav: + docroot: '/srv/www/clamav' + servername: clamav.pixelpark.com + ssl: true + ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' + ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem' + ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' + # HtAccess + directories: + - provider: directory + path: '/srv/www/clamav' + index_options: + - FancyIndexing + options: + - Indexes + - FollowSymLinks satis: docroot: '/opt/satis' servername: satis.pixelpark.com @@ -42,8 +57,7 @@ site::profile::apache::pp_vhosts: ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' proxy_dest: http://localhost:8080 rewrites: - - https: - comment: 'http to https alle anderen ' + - comment: 'http to https alle anderen ' rewrite_cond: - '%%{ich-trickse}{HTTPS} !=on' rewrite_rule: -- 2.39.5