diff --git a/config.def.h b/config.def.h index 8791951..c7e84d8 100644 --- a/config.def.h +++ b/config.def.h @@ -22,7 +22,7 @@ static struct { } vhost[] = { /* canonical host host regex directory prefix */ { "example.org", "^(www\\.)?example\\.org$", "/example.org", NULL }, - { "example.org", "old\\.example\\.org", "/", "/old" }, + { "example.org", "^old\\.example\\.org$", "/", "/old" }, }; /* target prefix mapping */