|
@@ -1,9 +1,16 @@
|
|
|
<VirtualHost _default_:443>
|
|
|
|
|
|
# General setup for the virtual host
|
|
|
- DocumentRoot "/srv/www/apache"
|
|
|
#ServerName www.example.com:443
|
|
|
ServerAdmin webmaster@localhost
|
|
|
+
|
|
|
+ DocumentRoot "/srv/www/apache"
|
|
|
+ <Directory "/srv/www/apache">
|
|
|
+ Options Indexes FollowSymLinks
|
|
|
+ AllowOverride None
|
|
|
+ Require all granted
|
|
|
+ </Directory>
|
|
|
+
|
|
|
ErrorLog ${APACHE_LOG_DIR}/001-default-ssl.error.log
|
|
|
CustomLog ${APACHE_LOG_DIR}/001-default-ssl.access.log combined
|
|
|
|