Commit 578813945e74e61989f43395e61c945806527075

Authored by Antonio Terceiro
1 parent 85259440

debian/apache2/virtualhost.conf: fix syntax for apache 2.4+

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
debian/apache2/virtualhost.conf
1 DocumentRoot "/usr/share/noosfero/public" 1 DocumentRoot "/usr/share/noosfero/public"
2 <Directory "/var/lib/noosfero/current/public"> 2 <Directory "/var/lib/noosfero/current/public">
3 - Options FollowSymLinks -Indexes 3 + Options +FollowSymLinks -Indexes
4 AllowOverride None 4 AllowOverride None
5 Order Allow,Deny 5 Order Allow,Deny
6 Allow from all 6 Allow from all