From cc0d8d9f767e955a41adc7aeff93a75edbc8796f Mon Sep 17 00:00:00 2001 From: Jonas L Date: Sun, 26 Feb 2017 21:24:54 +0100 Subject: [PATCH] Again remove "mode http" --- documentation/PROXY.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/documentation/PROXY.md b/documentation/PROXY.md index 13339422..f4d6e54a 100644 --- a/documentation/PROXY.md +++ b/documentation/PROXY.md @@ -112,17 +112,12 @@ frontend https option httpclose option forwardfor - - # HTTPS: Forward requests to the Libresonic backend acl is_libresonic path_beg -i /libresonic use_backend libresonic-backend if is_libresonic backend libresonic-backend - # Make sure that we are in HTTP mode so that we can rewrite headers - mode http - # Rewrite all redirects to use HTTPS, similar to what Nginx does in the # proxy_redirect directive. http-response replace-value Location ^http://(.*)$ https://\1