From 8acd92b84ce92b3725899d5dab684d3500a7c16e Mon Sep 17 00:00:00 2001 From: Jonas L Date: Sun, 26 Feb 2017 21:31:46 +0100 Subject: [PATCH] Updated some comments --- documentation/PROXY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/PROXY.md b/documentation/PROXY.md index c4706d4c..9c65f7cd 100644 --- a/documentation/PROXY.md +++ b/documentation/PROXY.md @@ -108,11 +108,11 @@ frontend https bind :80 bind :443 ssl crt /etc/haproxy/cert_key.pem - # Some useful headers + # Some useful headers (Can be placed in the "default" section) option httpclose option forwardfor - # HTTPS: Forward requests to the Libresonic backend + # Bind the URL with the right backend acl is_libresonic path_beg -i /libresonic use_backend libresonic-backend if is_libresonic