From: Eric Wong <e@80x24.org>
Date: Sat, 13 Mar 2021 00:08:47 +0000 (-0800)
Subject: examples/varnish-4: http => httpd
X-Git-Tag: v1.7.0~1012
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=102e6307ac8ea6809f42d0f6cd29b841d7cfd353;p=public-inbox.git

examples/varnish-4: http => httpd

Our HTTP daemon is `public-inbox-httpd', not
`public-inbox-http'.
---

diff --git a/examples/varnish-4.vcl b/examples/varnish-4.vcl
index 24296032..5fc202ed 100644
--- a/examples/varnish-4.vcl
+++ b/examples/varnish-4.vcl
@@ -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";
 }