From 8b3d706b70bd55f5a3a37ff48c9b809aacf2a8cb Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 30 Jan 2010 01:22:36 +0000 Subject: Allow Futon to run behind a HTTP proxy. Depending no the Proxy's RFC 2616 compliance, some tests might fail (looking at you, nginx). Patch by Jack Moffit and Damjan Georgievski. Closes COUCHDB-321. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@904705 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/futon.js | 1 + 1 file changed, 1 insertion(+) (limited to 'share/www/script/futon.js') diff --git a/share/www/script/futon.js b/share/www/script/futon.js index 005fe032..7401b4cc 100644 --- a/share/www/script/futon.js +++ b/share/www/script/futon.js @@ -361,6 +361,7 @@ } + $.couch.urlPrefix = ".."; $.futon = $.futon || {}; $.extend($.futon, { navigation: new Navigation(), -- cgit v1.2.3