forked from infra/ansible
websites: bypass anubis for POST on forge.fedoraproject.org too
We have been seeing some 502's on forge also, that might be the same thing we were seeing with src and koji, so lets try and bypass POSTs here too. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
56e52aa71c
commit
d2c6b0c7dd
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@
|
|||
ProxyTimeout 10800
|
||||
{% endif %}
|
||||
|
||||
{% if site_name == 'koji.fedoraproject.org' or site_name == 'riscv-koji.fedoraproject.org' or site_name == 'src.fedoraproject.org' %}
|
||||
{% if site_name == 'koji.fedoraproject.org' or site_name == 'riscv-koji.fedoraproject.org' or site_name == 'src.fedoraproject.org' or site_name == 'forge.fedoraproject.org' %}
|
||||
# We allow POST thru anubis, but we are seeing a sporadic EOF error with replies
|
||||
# coming from the backend. See https://forge.fedoraproject.org/infra/tickets/issues/12913
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue