]> git.openstreetmap.org Git - chef.git/commitdiff
Proxy chef to http for now
authorTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 11:17:49 +0000 (11:17 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 11:17:49 +0000 (11:17 +0000)
cookbooks/chef/templates/default/apache.erb

index f758e983553eeb8380677f7577018854b3fd7797..fed8d3a2d42fe18134e8375046065c317a85b3cf 100644 (file)
@@ -26,5 +26,5 @@
 
        SSLProxyEngine on
 
 
        SSLProxyEngine on
 
-       ProxyPass / https://127.0.0.1:4443/
+       ProxyPass / http://127.0.0.1:4000/
 </VirtualHost>
 </VirtualHost>