modules/varnish/files/proxy-el6.vcl | 1 + modules/varnish/files/proxy.vcl | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/modules/varnish/files/proxy-el6.vcl b/modules/varnish/files/proxy-el6.vcl index 384dedf..c66ebc6 100644 --- a/modules/varnish/files/proxy-el6.vcl +++ b/modules/varnish/files/proxy-el6.vcl @@ -18,6 +18,7 @@ backend mirrorlists { backend pkgdb { .host = "localhost"; .port = "10003"; + .first_byte_timeout = 90s; } backend fas { diff --git a/modules/varnish/files/proxy.vcl b/modules/varnish/files/proxy.vcl index a92ce55..baf02d5 100644 --- a/modules/varnish/files/proxy.vcl +++ b/modules/varnish/files/proxy.vcl @@ -18,6 +18,7 @@ backend mirrorlists { backend pkgdb { .host = "localhost"; .port = "10003"; + .first_byte_timeout = 90s; } backend fas {
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure