From fdb8466ddfe496126b3b6baa1c3eb040ebb271f0 Mon Sep 17 00:00:00 2001 From: Pikey18 Date: Mon, 21 Aug 2017 02:29:14 +1000 Subject: [PATCH] Updated IIS ARR Reverse Proxy (markdown) --- IIS-ARR-Reverse-Proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IIS-ARR-Reverse-Proxy.md b/IIS-ARR-Reverse-Proxy.md index 42bab09..2f985de 100644 --- a/IIS-ARR-Reverse-Proxy.md +++ b/IIS-ARR-Reverse-Proxy.md @@ -12,7 +12,7 @@ For users that run qBittorrent via Microsoft IIS as a reverse proxy an extra hea Value: **{HTTP_HOST}:{SERVER_PORT}** -The code is automatically created in the web.config file and looks like this (note you must use the GUI first so reverse proxy support is enabled): +The code is automatically created in the web.config file and looks like this (you must use the GUI first so reverse proxy support is enabled): @@ -22,6 +22,6 @@ The code is automatically created in the web.config file and looks like this (no -Note you can use HTTPS to access the URL via IIS and it will use HTTP to communicate with qBittorrent. +You can use HTTPS to access the URL via IIS and it will use HTTP to communicate with qBittorrent. There is no need for HTTPS on localhost. The tutorial is based on the assistance of Chocobo1 in [this thread](https://github.com/qbittorrent/qBittorrent/issues/7311). A temp exe is provided in that thread for 3.3.15 for a bug that will hopefully be fixed in the next version. \ No newline at end of file