Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / mirroring / apache2.vhost.conf
1 #
2 # This is a example Apache 2 VirtualHost being used
3 # on eu.ceph.com which runs on Ubuntu 14.04
4 #
5
6 <VirtualHost *:80>
7     ServerName eu.ceph.com
8     ServerAdmin webmaster@localhost
9     DocumentRoot /srv/mirror/ceph/download
10     <Directory /srv/mirror/ceph/download>
11         Options FollowSymLinks Indexes
12         AllowOverride none
13         Require all granted
14     </Directory>
15
16     ErrorLog ${APACHE_LOG_DIR}/error.log
17     CustomLog ${APACHE_LOG_DIR}/access.log combined
18 </VirtualHost>