]> Sergey Matveev's repositories - public-inbox.git/commitdiff
examples/varnish-4: http => httpd
authorEric Wong <e@80x24.org>
Sat, 13 Mar 2021 00:08:47 +0000 (16:08 -0800)
committerEric Wong <e@80x24.org>
Sat, 13 Mar 2021 09:09:42 +0000 (05:09 -0400)
Our HTTP daemon is `public-inbox-httpd', not
`public-inbox-http'.

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";
 }