From c0c10edbf5f2202128bb21cb6276b884246d5eee Mon Sep 17 00:00:00 2001 From: Kload Date: Thu, 24 Oct 2013 09:23:46 +0000 Subject: [PATCH] Panel bugfix + restore conf.json example --- conf.json | 21 ++++++++++++++++++++- portal/panel.ms | 9 +++++++-- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/conf.json b/conf.json index 0967ef4..203d6e0 100644 --- a/conf.json +++ b/conf.json @@ -1 +1,20 @@ -{} +{ + "portal_scheme": "https", + "portal_domain": "mydomain.com", + "portal_path": "/ssowat/", + "domains": [ + "mydomain.com", + "myotherdomain.com" + ], + "skipped_urls": [ + "mydomain.com/megusta", + "myotherdomain.com/somuchwin" + ], + "unprotected_urls": ["mydomain.com/yunoprotect"], + "additional_headers": { + "Auth-User": "uid", + "Remote-User": "uid", + "Email": "mail", + "Name": "cn" + } +} diff --git a/portal/panel.ms b/portal/panel.ms index d63fb6c..6b8a04f 100644 --- a/portal/panel.ms +++ b/portal/panel.ms @@ -13,7 +13,6 @@ -