add optional SSL configuration by default in vhost
This commit is contained in:
parent
283f76540a
commit
7d026c907b
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
# Repertoire principal
|
||||
DocumentRoot HOME_DIR/XXX/www/
|
||||
|
||||
# SSL
|
||||
IncludeOptional /etc/apache2/ssl/XXX.conf
|
||||
|
||||
# Propriete du repertoire
|
||||
<Directory HOME_DIR/XXX/www/>
|
||||
#Options +Indexes +SymLinksIfOwnerMatch
|
||||
|
|
Loading…
Reference in a new issue