Revert "openQA: set higher LimitRequestLine in httpd vhost config"

This reverts commit 892453da7e.
openQA still had problems with the very long request, so I just
did an ugly hack to get the request under the limit instead.
This commit is contained in:
Adam Williamson 2022-10-21 17:12:15 -07:00
parent 892453da7e
commit 1c95ec9a35

View file

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