diff --git a/src/conf.c b/src/conf.c index 4e6d19e..b0e47a8 100644 --- a/src/conf.c +++ b/src/conf.c @@ -223,7 +223,7 @@ struct { handle_deny), STDCONF (bind, "(" IP "|" IPV6 ")", handle_bind), /* other */ - STDCONF (basicauth, ALNUM WS ALNUM, handle_basicauth), + STDCONF (basicauth, USERNAME WS PASSWORD, handle_basicauth), STDCONF (errorfile, INT WS STR, handle_errorfile), STDCONF (addheader, STR WS STR, handle_addheader),