]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
correct ajp to http
authorgerstenberg <gerstenberg@pixelpark.com>
Thu, 18 Feb 2016 09:17:09 +0000 (10:17 +0100)
committergerstenberg <gerstenberg@pixelpark.com>
Thu, 18 Feb 2016 09:17:09 +0000 (10:17 +0100)
customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml

index 593afd48e4013ff360d989bb506bc8960c95fd81..ee0d259aa0cf2d496ca2b6080aa7fb5b2677a2dc 100644 (file)
@@ -47,7 +47,7 @@ site::profile::apache::vhosts:
     proxy_pass:
       - { path: /server-status, url: '!' }
       - { path: /server-info, url: '!' }
-      - { path: /, url: 'ajp://localhost:8000/' }
+      - { path: /, url: 'http://localhost:8000/' }
   dev-red02-lbs-de_ssl:
     docroot: /var/www/html/dev-red-lbs
     servername: dev-red02-lbs-de.pixelpark.net
@@ -63,5 +63,5 @@ site::profile::apache::vhosts:
     proxy_pass:
       - { path: /server-status, url: '!' }
       - { path: /server-info, url: '!' }
-      - { path: /, url: 'ajp://localhost:8000/' }
+      - { path: /, url: 'http://localhost:8000/' }
     
\ No newline at end of file