From 003ec1193c73eac2029d61fa22efc10c2f623bd4 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Wed, 1 Mar 2017 21:14:33 +0000 Subject: [PATCH] Fix for deluge reverse proxy --- nginx.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.cfg b/nginx.cfg index b7210f4..7b1b3a7 100644 --- a/nginx.cfg +++ b/nginx.cfg @@ -37,8 +37,8 @@ server { } location /deluge { - proxy_pass http://deluge:8112; - proxy_set_header X-Deluge-Base "/deluge"; + proxy_pass http://deluge:8112/; + proxy_set_header X-Deluge-Base "/deluge/"; } location /sickrage {