readme update,

remove ssl from haproxy since its just the docker example
This commit is contained in:
Thomas Lynch
2022-01-22 13:00:31 +11:00
parent 7ea0fe7dc8
commit c3a3648469
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ backend servers
http-response cache-store basic_cache if can_cache
# placeholder servers, activated by LUA or the control panel
server-template websrv 1-100 0.0.0.0:80 check disabled ssl verify none
server-template websrv 1-100 0.0.0.0:80 check disabled
# use server based on hostname
use-server %[req.hdr(host),lower,map(/etc/haproxy/backends.map)] if TRUE