openQA: set higher LimitRequestLine in httpd vhost config

The openQA job scheduler was hitting 414 errors today because
an update has so many builds there are more than 8190 characters
(the default limit) in the POST request. Let's bump the limit
to 16000.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-10-21 08:38:05 -07:00
parent 2015db37db
commit 892453da7e

View file

@ -7,4 +7,5 @@
ProxyPass /apache-status !
{% endif %}
Include conf.d/openqa-common.inc
LimitRequestLine 16000
</VirtualHost>