mirror of
https://gitgud.io/fatchan/haproxy-protection.git
synced 2025-05-09 02:05:37 +00:00
Switch to unix sockets for varnish<->haproxy comms
Remove some cruft from old caching
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user