Please confirm the following
Feature Summary
Currently, the client_max_body_size directive in the Nginx configuration, defined within the ConfigMap mounted in the web pod at /etc/nginx/nginx.conf, is hardcoded to 5M. This limitation can cause issues when uploading files larger than this size through the web server.
I propose making this directive configurable so that its value can be adjusted via a key in the AWX CR.