mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
debuginfod can take O(60s) to run certain webapi queries, so the httpd mod_proxy default timeouts are too short. Introduce an ansible variable "proxyopts", expanded into the httpd ProxyPass and ProxyPassReverse configuration lines. Default to "", but set it with pretty generous limits for debuginfod only.