From 102e6307ac8ea6809f42d0f6cd29b841d7cfd353 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 12 Mar 2021 16:08:47 -0800 Subject: [PATCH] examples/varnish-4: http => httpd Our HTTP daemon is `public-inbox-httpd', not `public-inbox-http'. --- examples/varnish-4.vcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.44.0