Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-23 | add `log on/off' to enable/disable logs per-location | Omar Polo | |
2021-02-10 | improve errors during config parsing | Omar Polo | |
2021-02-09 | sort | Omar Polo | |
2021-02-09 | add `require client ca' rule to require certs signed by a CA | Omar Polo | |
2021-02-07 | added prefork option | Omar Polo | |
2021-02-06 | add the ``entrypoint'' option | Omar Polo | |
2021-02-06 | added ``block return'' and ``strip'' options | Omar Polo | |
2021-01-27 | improve configuration parsing error | Omar Polo | |
2021-01-27 | drop the daemon config in favour of the -f flag | Omar Polo | |
Now it daemonize by default when running with a config, unless the -f flag is given. | |||
2021-01-25 | chroot & drop privileges | Omar Polo | |
2021-01-24 | added support for location blocks | Omar Polo | |
2021-01-24 | added support for location blocks | Omar Polo | |
2021-01-24 | added index option | Omar Polo | |
2021-01-19 | add "lang" server option | Omar Polo | |
2021-01-18 | add "mime" and "default type" option for the configuration | Omar Polo | |
2021-01-15 | add protocols to the config | Omar Polo | |
2021-01-15 | conf & vhosts | Omar Polo | |
* gmid.c (main): changed behaviour: daemon off by default (main): changed -c in -C (cert option) (main): changed -k in -K (key option, for consistency with -C) (main): added -c to load a configuration (main): certs, key and doc (-C -K and -d) doesn't have a default value anymore (handle_handshake): add vhosts support |