From: Fredrik Tolf Date: Sun, 16 May 2021 13:30:54 +0000 (+0200) Subject: examples: Fix up vhosts example to run with new patplex conventions. X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=56e1ccba9f8df6e59711d067c6fcb05b74fc35ca examples: Fix up vhosts example to run with new patplex conventions. --- 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