aboutsummaryrefslogtreecommitdiff
path: root/doc/configuration.rst
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-08-06 10:34:13 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-08-06 10:34:13 +0200
commit2807d040834ea9fcd825d5b1c9b3e1e005d81664 (patch)
tree3816ec7e9923ccb1ccd6f1987e307eec958406bc /doc/configuration.rst
parent5571ec0a4dc9b2297dc6e3f65fc1bbf3dfc5004b (diff)
downloadsemanticscuttle-2807d040834ea9fcd825d5b1c9b3e1e005d81664.tar.gz
semanticscuttle-2807d040834ea9fcd825d5b1c9b3e1e005d81664.tar.bz2
Fix bug #3384416: Update documentation to explain HTTP/HTTPS root problem
Diffstat (limited to 'doc/configuration.rst')
-rw-r--r--doc/configuration.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/configuration.rst b/doc/configuration.rst
index f457ebb..c34318a 100644
--- a/doc/configuration.rst
+++ b/doc/configuration.rst
@@ -56,3 +56,24 @@ per-host configuration files:
- ``data/config.$hostname.php``
- ``/etc/semanticscuttle/config.$hostname.php``
+
+
+Configuration options
+=====================
+``$root`` URL
+-------------
+Normally, this configuration setting is detected automatically and will
+work for both HTTP and HTTPS installations.
+
+If your installation is available on **HTTP only**, then you need to configure
+it.
+
+The value is the full URL to your installation, including a trailing
+slash::
+
+ $root = "http://homepage.example.org/semanticscuttle/";
+
+or::
+
+ $root = "http://bookmarks.example.org/";
+