]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/templates/default/apache.erb
Add #osm-ar, #osm-bw, #osm-cz, #osm-pt & #osm-ht to irc list
[chef.git] / cookbooks / git / templates / default / apache.erb
index e9cb8b701328afad59232683855a3bf7947803ed..be5cbab6ea0ac38907b1b5d23f40f63fe2e3a948 100644 (file)
@@ -16,3 +16,7 @@
        RewriteRule ^/$ /gitweb.cgi%{REQUEST_URI} [L,PT]
        RewriteRule ^/(.*\.git/(?!/?(HEAD|info|objects|refs)).*)?$ /gitweb.cgi%{REQUEST_URI} [L,PT]
 </VirtualHost>
+
+<Directory <%= @directory %>>
+       Require all granted
+</Directory>