From a1b00355a00ba7ee726d58b5cf03ff6dd6dcefc2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 13 Dec 2013 15:45:22 +0000 Subject: [PATCH] Add comment about Apache2 configuration --- examples/htdocs/localauth.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/htdocs/localauth.html b/examples/htdocs/localauth.html index 1eac271..867d6ea 100644 --- a/examples/htdocs/localauth.html +++ b/examples/htdocs/localauth.html @@ -9,6 +9,8 @@ service_proxy_auth: "http://example.indexdata.com/service-proxy-auth/", service_proxy_auth_domain : "mkws.indexdata.com" }; + // See also the Apache2 RewriteRule needed to make this work: + // http://example.indexdata.com/apache-config.txt -- 1.7.10.4