Switch to unix sockets for varnish<->haproxy comms

Remove some cruft from old caching
This commit is contained in:
Thomas Lynch
2024-11-12 19:58:38 +11:00
parent 0d5e39cad1
commit f233c1f06d
3 changed files with 21 additions and 19 deletions

View File

@ -3,8 +3,7 @@ import std;
# backend pointing to HAProxy
backend haproxy {
.host = "127.0.0.1";
.port = "8080";
.path = "/shared-sockets/varnish-to-haproxy-internal.sock";
}
acl purge_allowed {