Documentation: add default values
Summary
In the documentation, in the configuration options I'm missing the part where I can see what the defaults are. It makes to have those, in order to know whether or not adding a config line for any of these options should make a difference.
Desired Behaviour
Add defaults. So for example for maximum HTTP body size, add something like default: 100KB or whatever the value is.
Additional context
I don't know what the default for a config option is, so I have no idea if adding a config line is supposed to make a difference. So if add some config value of 100KB, how am I supposed to know whether I'm increasing or reducing this value without knowing what the default was?
Default values are not documented separately in the docs. You can look for the defaults in the default.ini and local.ini file.