DOC: configuration: explain the rules regarding spaces in arguments
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Nov 2024 07:42:02 +0000 (08:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Nov 2024 07:42:02 +0000 (08:42 +0100)
commit962d5e038f5c6406ce2d4d9514d69849c4e00812
tree78c6390ca3c1e2df89d0aaef78956c436aa59b79
parent12fcd65468854f5cd129979bf43f14e956b6445b
DOC: configuration: explain the rules regarding spaces in arguments

Spaces around commas or parenthesis in expressions are generally part
of the value due to the long history of supporting unquoted arguments.
But this tends to come as a surprise to new users and sometimes creates
subtly invalid configurations. Let's add some text covering this.

This can be backported to 2.4.
doc/configuration.txt