]> git.openstreetmap.org Git - chef.git/commitdiff
Enable mod_cgid for git server
authorTom Hughes <tom@compton.nu>
Sun, 9 Oct 2022 12:14:23 +0000 (13:14 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 9 Oct 2022 12:14:37 +0000 (13:14 +0100)
cookbooks/git/recipes/web.rb

index 4bdd501604aab4bd75e45d8a51996847c5a6349b..bb99e482cd4257d2a999bc6ee90695dec295ec01 100644 (file)
@@ -21,6 +21,7 @@ include_recipe "apache"
 
 package "gitweb"
 
+apache_module "cgid"
 apache_module "rewrite"
 
 git_site = node[:git][:host]