From a4962c2462cb438ea904e23f86e151498bd08db0 Mon Sep 17 00:00:00 2001 From: gerstenberg Date: Thu, 18 Feb 2016 10:17:09 +0100 Subject: [PATCH] correct ajp to http --- customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5