mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
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:
@@ -7,4 +7,5 @@
|
||||
ProxyPass /apache-status !
|
||||
{% endif %}
|
||||
Include conf.d/openqa-common.inc
|
||||
LimitRequestLine 16000
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user