ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
488 stars 90 forks source link

Add support for URL prefixes #106

Open agrueneberg opened 9 years ago

agrueneberg commented 9 years ago

Hi all,

we are proxying CouchDB through nginx in a subdirectory. Unlike Futon, acralyzer doesn't have support for URL prefixing. This change corrects this and allows users to set a URL prefix in the configuration file.

Thanks, -ag