From: Eric Wong 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/?p=public-inbox.git;a=commitdiff_plain;h=102e6307ac8ea6809f42d0f6cd29b841d7cfd353;hp=0dbec12f85459b0eb0e9155d8813f577910586f8 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"; }