From: gerstenberg Date: Thu, 18 Feb 2016 09:17:09 +0000 (+0100) Subject: correct ajp to http X-Git-Tag: v0.1.0~5360 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a4962c2462cb438ea904e23f86e151498bd08db0;p=pixelpark%2Fhiera.git correct ajp to http --- diff --git a/customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml b/customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml index 593afd48..ee0d259a 100644 --- a/customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml +++ b/customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml @@ -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