DOC: better document the config file format and escaping/quoting rules
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Nov 2020 18:58:20 +0000 (19:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Nov 2020 17:50:12 +0000 (18:50 +0100)
commit6f1129d14dace99687f8681bf825dfda2905502a
treee70cbcab96e951bfa6e0a5ad64621b2a9feaeab3
parent4f7308335e5209cc93dfdcea449d40dd21c03839
DOC: better document the config file format and escaping/quoting rules

It's always a pain to figure how to proceed when special characters need
to be embedded inside arguments of an expression. Let's document the
configuration file format and how unquoting/unescaping works at each
level (top level and argument level) so that everyone hopefully finds
suitable reminders or examples for complex cases.

This is related to github issue #200 and addresses issues #712 and #966.
doc/configuration.txt