]> git.openstreetmap.org Git - chef.git/commitdiff
Enable directory indexes for APT repository
authorTom Hughes <tom@compton.nu>
Mon, 5 Aug 2024 19:25:23 +0000 (20:25 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 5 Aug 2024 19:25:23 +0000 (20:25 +0100)
cookbooks/apt/templates/default/apache.erb

index befca9429773dacb95e6f78031e472916d84772d..73bff3ede8beef4fab176813dc588547703397b2 100644 (file)
@@ -48,5 +48,6 @@
 </VirtualHost>
 
 <Directory <%= @directory %>/public>
+  Options Indexes
   Require all granted
 </Directory>