Updated some comments
This commit is contained in:
@@ -108,11 +108,11 @@ frontend https
|
|||||||
bind :80
|
bind :80
|
||||||
bind :443 ssl crt /etc/haproxy/cert_key.pem
|
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 httpclose
|
||||||
option forwardfor
|
option forwardfor
|
||||||
|
|
||||||
# HTTPS: Forward requests to the Libresonic backend
|
# Bind the URL with the right backend
|
||||||
acl is_libresonic path_beg -i /libresonic
|
acl is_libresonic path_beg -i /libresonic
|
||||||
use_backend libresonic-backend if is_libresonic
|
use_backend libresonic-backend if is_libresonic
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user