]> Sergey Matveev's repositories - public-inbox.git/blobdiff - examples/varnish-4.vcl
examples/varnish-4: http => httpd
[public-inbox.git] / examples / varnish-4.vcl
index 24296032741fe18df2d90122d5b314a25acf6f5d..5fc202ed4f36bfa3b66ce3fe8d8e3266c97d2a3f 100644 (file)
@@ -10,7 +10,7 @@
 
 vcl 4.0;
 backend default {
-       # this is where public-inbox-http listens
+       # this is where public-inbox-httpd listens
        .host = "127.0.0.1";
        .port = "280";
 }