From d1c1a158c157a2b112392bc42aae9988294b2a63 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Jun 2013 17:33:15 +0200 Subject: [PATCH] SP is proxied to donut, so Jakub can play with it. --- etc/apache2/spclient-live | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/apache2/spclient-live b/etc/apache2/spclient-live index 9f30296..54ecbd6 100644 --- a/etc/apache2/spclient-live +++ b/etc/apache2/spclient-live @@ -29,8 +29,8 @@ Header set Access-Control-Allow-Credentials true # For MKC Service Proxy - ProxyPass /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/ - ProxyPassReverse /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/ + ProxyPass /service-proxy/ http://mk2-test.indexdata.com/service-proxy/ + ProxyPassReverse /service-proxy/ http://mk2-test.indexdata.com/service-proxy/ # Although what follows works perfectly well, it's no use to us: # IE8/9 are unable to set or read ANY headers when operating in -- 1.7.10.4