From 7d026c907b2191260f302e3b2d3a21e405b85eed Mon Sep 17 00:00:00 2001 From: Nicolas Roman Date: Mon, 15 Jul 2019 17:44:41 +0200 Subject: [PATCH] add optional SSL configuration by default in vhost --- scripts/vhost | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/vhost b/scripts/vhost index 6ec1cc4..0b2b0d1 100644 --- a/scripts/vhost +++ b/scripts/vhost @@ -7,6 +7,9 @@ # Repertoire principal DocumentRoot HOME_DIR/XXX/www/ + # SSL + IncludeOptional /etc/apache2/ssl/XXX.conf + # Propriete du repertoire #Options +Indexes +SymLinksIfOwnerMatch