]> git.donarmstrong.com Git - debbugs.git/commitdiff
use + for symlinks and multiviews; newer apache doesn't like it otherwise
authorDon Armstrong <don@donarmstrong.com>
Thu, 15 Jan 2015 01:08:29 +0000 (17:08 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 15 Jan 2015 01:08:29 +0000 (17:08 -0800)
examples/apache.conf

index 2a394b08ccdf2e543bd9c4e41eacad8c38853222..479c35098f86a651b39c09c6c19cea27737bc54c 100644 (file)
@@ -12,7 +12,7 @@
     </Directory>
 
     <Directory /var/lib/debbugs/www>
-        Options -Indexes FollowSymLinks MultiViews
+        Options -Indexes +FollowSymLinks +MultiViews
         AllowOverride Options
         Order allow,deny
         allow from all