]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/apache.erb
Invoke exim directly to send chef error reports
[chef.git] / cookbooks / chef / templates / default / apache.erb
index 88684b82c4ca7d2221be4d32d3b1973efff1c768..9d86d910e7c858b4ccdfdd3b9e71391e8c8a7705 100644 (file)
@@ -24,6 +24,7 @@
        SSLCertificateFile /etc/ssl/certs/chef.openstreetmap.org.pem
        SSLCertificateKeyFile /etc/ssl/private/chef.openstreetmap.org.key
 
+       ProxyPassMatch ^/.*\.git/ !
        ProxyPass / https://<%= node[:fqdn] %>:4443/
        ProxyPreserveHost on
 </VirtualHost>