]> git.openstreetmap.org Git - chef.git/commitdiff
CGIPassAuth needs to be in directory context
authorTom Hughes <tom@compton.nu>
Wed, 5 Oct 2016 20:50:14 +0000 (21:50 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 5 Oct 2016 20:50:14 +0000 (21:50 +0100)
cookbooks/web/templates/default/apache.backend.erb

index 9b15f282f5e1ef80101af3f80b1a8bf524a34df3..aed339f4f0a2932941f61a10ea97a2523ff84b8d 100644 (file)
@@ -57,7 +57,9 @@
   #
   # Pass authentication related headers to cgimap
   #
-  CGIPassAuth On
+  <Location />
+    CGIPassAuth On
+  </Location>
 
   #
   # Pass supported calls to cgimap