diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-01 13:35:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-04 16:26:56 +0100 |
commit | 88933aa8df0f748dce8188cde99b6199ae070864 (patch) | |
tree | 11a5ad35d1ab675a18ec73b752d35f8540414cc4 /conf | |
parent | 45aaf63033e7d4d24ba570f7460746fe28f9f59f (diff) |
Make sure map JS works through an admin proxy.
Tidy up use of absolute URLs when in the admin.
Have the 404 handler spot static files in admin as a fallback.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 749b9e716..aa8d431be 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -155,8 +155,8 @@ ALLOWED_COBRANDS: - cobrand2: 'hostname_substring2' - cobrand3 -# This is only used in "offensive report" emails to provide a link directly to -# the admin interface. If wanted, set to the full URL of your admin interface. +# This is used in e.g. "offensive report" emails to provide a link directly to +# the admin interface. Defaults to BASE_URL with "/admin" on the end. ADMIN_BASE_URL: '' # How many items are returned in the GeoRSS feeds by default |