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:
parent
2015db37db
commit
892453da7e
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@
|
|||
ProxyPass /apache-status !
|
||||
{% endif %}
|
||||
Include conf.d/openqa-common.inc
|
||||
LimitRequestLine 16000
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue