m config/general.yml-example
Avoided a repeated mention of ADMIN_BASE_URL
m app/helpers/link_to_helper.rb m config/general.yml-example
Add the ADMIN_BASE_URL variable to general.yml-example, and make the code treat an empty value the same as if the variable were absent (i.e. to use the default admin path).
YAML wants a newline at the end of a file
m config/httpd.conf
Cause PassengerMaxRequests to be zero by default (in mySociety config this was set at 100, which strictly speaking is a debug-only setting)