mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
src: move src behind proxy varnish
Hopefully this will help the high ai scraper load and not break anything. In the event we need to revert, simply change the proxyurl back to the haproxy endpoint instead of the varnish endpoint. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -639,7 +639,8 @@
|
||||
- role: httpd/reverseproxy
|
||||
website: src.fedoraproject.org
|
||||
destname: git
|
||||
proxyurl: http://localhost:10057
|
||||
#proxyurl: http://localhost:10057
|
||||
proxyurl: "{{ varnish_url }}"
|
||||
header_scheme: true
|
||||
keephost: true
|
||||
when: env != "staging"
|
||||
|
||||
Reference in New Issue
Block a user