Apache 2.4 with rhel7 so we need to adjust the meetbot apache config.

This commit is contained in:
Kevin Fenzi 2015-06-08 19:35:47 +00:00
parent 6f4764798b
commit b204a0318c

View file

@ -3,7 +3,6 @@ Alias /meetbot /srv/web/meetbot
<Directory /srv/web/meetbot> <Directory /srv/web/meetbot>
Options Indexes FollowSymLinks Options Indexes FollowSymLinks
SetHandler None IndexOptions NameWidth=* FancyIndexing
Order allow,deny Require all granted
Allow from all
</Directory> </Directory>