gdq-archive/configs/varnish/default.vcl

8 lines
76 B
Plaintext
Raw Normal View History

2020-08-22 20:25:57 +00:00
vcl 4.0;
backend streamserver {
.host = "streamserver";
.port = "80";
}