about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-12 16:08:47 -0800
committerEric Wong <e@80x24.org>2021-03-13 05:09:42 -0400
commit102e6307ac8ea6809f42d0f6cd29b841d7cfd353 (patch)
tree74c6cdd8d17954f05d1e60fe8f3baf681cee0f2c /examples
parent0dbec12f85459b0eb0e9155d8813f577910586f8 (diff)
downloadpublic-inbox-102e6307ac8ea6809f42d0f6cd29b841d7cfd353.tar.gz
examples/varnish-4: http => httpd
Our HTTP daemon is `public-inbox-httpd', not
`public-inbox-http'.
Diffstat (limited to 'examples')
-rw-r--r--examples/varnish-4.vcl2
1 files changed, 1 insertions, 1 deletions
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";
 }