ottobackwards commented on a change in pull request #4125: NIFI-7153 Adds ContentLengthFilter and DoSFilter URL: https://github.com/apache/nifi/pull/4125#discussion_r390612015
########## File path: nifi-docs/src/main/asciidoc/administration-guide.adoc ########## @@ -3247,6 +3247,9 @@ For example, when running in a Docker container or behind a proxy (e.g. localhos host[:port] that NiFi is bound to. |`nifi.web.proxy.context.path`|A comma separated list of allowed HTTP X-ProxyContextPath, X-Forwarded-Context, or X-Forwarded-Prefix header values to consider. By default, this value is blank meaning all requests containing a proxy context path are rejected. Configuring this property would allow requests where the proxy path is contained in this listing. +|`nifi.web.max.content.size`|The maximum size for regular PUT and POST requests. The default value is `10 MB`. Review comment: Ok, looking again I understand what path is, sorry. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
