Commit Briefs

Omar Polo

revert 2c16dbd5486 -- macro names can't be reserved words

While one can define a macro using a reserved word as name using -Dname=val, inside the configuration file it'll fail.


Omar Polo

macro names can be reserved words


Omar Polo

fix macro example



Omar Polo

don't expand macros inside the quotes

Now that we have this auto concat string thingy, macros can simply expand to standalone strings in place, as single words. Forgot to point it out in previous commits, but now we can cert = "/etc/keys" server "foo" { cert $cert "/foo.crt" ... }




Omar Polo

document `log' option


Omar Polo

fix warnings in manpage

man -Tlint



Omar Polo

document `fastcgi' config option


Omar Polo

correct the description of `strip'

now it's also used in the path lookup process




Omar Polo

typo: missing Ic