about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
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";
 }