diff --git a/config.def.h b/config.def.h index 7abac23..0a020ee 100644 --- a/config.def.h +++ b/config.def.h @@ -20,7 +20,7 @@ static struct { regex_t re; } vhost[] = { /* canonical host host regex directory */ - { "example.org", "^(www\.)?example.org$", "/example.org" }, + { "example.org", "^(www\\.)?example.org$", "/example.org" }, }; /* mime-types */