Commits


factorize all "only once" checks and while there add some more


move pidfile & cgi to global vars


make more explicit the per-location roots test


ensure %p (path) is always absolute with the recent changes, sometimes the path may not start with a '/'. This ensures that %s is ALWAYS an absolute path.


allow ``root'' rule to be specified per-location block


always use ensure_absolute_path and improve its error message


typo in docker example


typo (again)


typo


tweaked the readme a bit


sort tokens


typo: missing Ic


added ``alias'' option to define hostname aliases for a server


pidfile support with `-P pidfile'


wait for logger after fatal() With -f, when the main process exits after a fatal() (usually) the shell prompt is printed before the logger message. This adds a small poll to wait for the logger process to exit.