commit 390a61189309451462c0a1dc56c68f71e334ad4b from: Omar Polo date: Wed Jan 27 10:43:55 2021 UTC sane defaults for the config-less mode commit - 2d3f837ac587063ac967c12afbdb219ba231256c commit + 390a61189309451462c0a1dc56c68f71e334ad4b blob - 356a2991611f6e72ce1781144d099bea30104ecd blob + 7a973f546635637000b403818b62d48975ad295b --- gmid.c +++ gmid.c @@ -615,6 +615,9 @@ main(int argc, char **argv) certs_dir = data_dir(); load_local_cert(hostname, certs_dir); + hosts[0].locations[0].auto_index = 1; + hosts[0].locations[0].match = "*"; + switch (argc) { case 0: hosts[0].dir = ".";