summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http/httpd-conf
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/http/httpd-conf')
-rwxr-xr-xsca-cpp/trunk/modules/http/httpd-conf18
1 files changed, 2 insertions, 16 deletions
diff --git a/sca-cpp/trunk/modules/http/httpd-conf b/sca-cpp/trunk/modules/http/httpd-conf
index ed2b7bb06d..37fa2e4051 100755
--- a/sca-cpp/trunk/modules/http/httpd-conf
+++ b/sca-cpp/trunk/modules/http/httpd-conf
@@ -22,6 +22,8 @@ here=`readlink -f $0`; here=`dirname $here`
mkdir -p $1
root=`readlink -f $1`
+jsprefix=`readlink -f $here/../js`
+
host=$2
port=`$here/httpd-addr port $3`
pport=`$here/httpd-addr pport $3`
@@ -103,22 +105,6 @@ Require all granted
AuthType None
Require all granted
</Location>
-<Location /openid>
-AuthType None
-Require all granted
-</Location>
-<Location /ui>
-AuthType None
-Require all granted
-</Location>
-<Location /wiring>
-AuthType None
-Require all granted
-</Location>
-<Location /.well-known/host-meta>
-AuthType None
-Require all granted
-</Location>
<Location /favicon.ico>
AuthType None
Require all granted