https://gitlab.com/hatiers/lstclean.git
Tip revision: fe284754af51e80d2c10a9cd09494b375f4313c0 authored by hatiers on 08 March 2019, 11:36:00 UTC
varnish WIP
varnish WIP
Tip revision: fe28475
default.vcl
vcl 4.0;
backend default {
.host = "apache";
.port = "555";
}
