]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
document sslserver and sslpath configuration options
authorEvan Prodromou <evan@status.net>
Thu, 14 Oct 2010 05:23:12 +0000 (01:23 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Oct 2010 05:23:12 +0000 (01:23 -0400)
README

diff --git a/README b/README
index c4d529f19d0ab7070924a475a158f348fbf474da..f56c3a7994e8b547adf21ccaa9b7473de63a6f6a 100644 (file)
--- a/README
+++ b/README
@@ -1111,6 +1111,9 @@ path: Path part of theme URLs, before the theme name. Relative to the
     which means to use the site path + '/theme'.
 ssl: Whether to use SSL for theme elements. Default is null, which means
     guess based on site SSL settings.
+sslserver: SSL server to use when page is HTTPS-encrypted. If
+    unspecified, site ssl server and so on will be used.
+sslpath: If sslserver if defined, path to use when page is HTTPS-encrypted.
 
 javascript
 ----------
@@ -1122,6 +1125,9 @@ path: Path part of Javascript URLs. Defaults to null,
     which means to use the site path + '/js/'.
 ssl: Whether to use SSL for JavaScript files. Default is null, which means
     guess based on site SSL settings.
+sslserver: SSL server to use when page is HTTPS-encrypted. If
+    unspecified, site ssl server and so on will be used.
+sslpath: If sslserver if defined, path to use when page is HTTPS-encrypted.
 
 xmpp
 ----
@@ -1405,8 +1411,9 @@ dir: directory to write backgrounds too. Default is '/background/'
     subdir of install dir.
 path: path to backgrounds. Default is sub-path of install path; note
     that you may need to change this if you change site-path too.
-ssl: Whether or not to use HTTPS for background files. Defaults to
-    null, meaning to guess from site-wide SSL settings.
+sslserver: SSL server to use when page is HTTPS-encrypted. If
+    unspecified, site ssl server and so on will be used.
+sslpath: If sslserver if defined, path to use when page is HTTPS-encrypted.
 
 ping
 ----