My question is: does that request_body apply to the handles in the above scenario?
Or would I only be limiting the request_body for requests to https://example.com? Do I need to import limit_remote_body_size into every handle/reverse_proxy to actually limit the remote body size for all of the subdomains?
While this wouldn’t help my specific scenario: I think, perhaps a max_body_size|max_request_size|max_request_body_size option in the servers global (like max_header_size) would be beneficial in general? There’s lots of valid reasons to not want people to just try and POST/PUT a 100GB request or something.