From 0b6af77d5742047fb9f54aeda8bb336259303afb Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 6 Jan 2012 14:23:46 +0000 Subject: [PATCH] Fix plugin uploads from behind a reverse proxy --- deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js b/deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js index abc161437..3a7359524 100644 --- a/deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js +++ b/deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js @@ -74,7 +74,7 @@ Deluge.preferences.InstallPluginWindow = Ext.extend(Ext.Window, { onInstall: function(field, e) { this.form.getForm().submit({ - url: '/upload', + url: deluge.config.base + 'upload', waitMsg: _('Uploading your plugin...'), success: this.onUploadSuccess, scope: this