Add "Options indexes" to /releases/ area.
authorMike Taylor <mike@indexdata.com>
Tue, 14 Oct 2014 12:57:37 +0000 (13:57 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 14 Oct 2014 12:57:37 +0000 (13:57 +0100)
tools/apache2/mkws-tools-mike

index 6395167..79c1d6d 100644 (file)
@@ -12,4 +12,7 @@
         Allow from all
        Require all granted
     </Directory>
+    <Location /releases/>
+       Options indexes
+    </Location>
 </VirtualHost>