unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] examples/varnish-4: http => httpd
@ 2021-03-13  0:08 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2021-03-13  0:08 UTC (permalink / raw)
  To: meta

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-13  0:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13  0:08 [PATCH] examples/varnish-4: http => httpd Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).