From 56e1ccba9f8df6e59711d067c6fcb05b74fc35ca Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 16 May 2021 15:30:54 +0200 Subject: [PATCH] examples: Fix up vhosts example to run with new patplex conventions. --- examples/vhosts/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vhosts/run b/examples/vhosts/run index 3c21690..a9d419f 100755 --- a/examples/vhosts/run +++ b/examples/vhosts/run @@ -6,4 +6,4 @@ cd "$(dirname "$0")" # Start htparser running patplex; see the patterns.conf file for # further details. -htparser plain:port=8080 -- patplex patterns.conf +htparser plain:port=8080 -- patplex ./patterns.conf -- 2.11.0