|
|
@@ -0,0 +1,10 @@ |
|
|
|
<VirtualHost *:80> |
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log |
|
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined |
|
|
|
DocumentRoot /var/www/html/ |
|
|
|
<Directory "/var/www/html/"> |
|
|
|
Options -Indexes |
|
|
|
</Directory> |
|
|
|
</VirtualHost> |
|
|
|
|
|
|
|
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet |