aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-10-04 14:05:56 +1000
committerHenare Degan <henare.degan@gmail.com>2012-10-04 14:25:39 +1000
commit8e1f964b0fde69101ffaf7d08355448d1ff823ce (patch)
treea10850ef8326042f6407fc7c33a4a7676b997a62
parent562a96e629d135789f3d3c415dcc097eac1354b5 (diff)
Add more detail about what goes in ADMIN_BASE_URL
-rw-r--r--config/general.yml-example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example
index 97af5f61d..b457b5ed6 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -83,7 +83,8 @@ TRACK_SENDER_NAME: 'Alaveteli Webmaster'
# this up!
RAW_EMAILS_LOCATION: 'files/raw_emails'
-# The base URL for admin pages.
+# The base URL for admin pages, must always end with a '/'
+# e.g. https://www.example.com/secure/alaveteli-admin/
# If not specified, it will default to the path to the admin controller,
# which is usually what you want. It is useful in situations where admin
# requests are proxied via a secure server, for example.