From bb080cae17a85afae061c9784e9a94ea404c0272 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 29 Jul 2017 20:22:32 +0200 Subject: [PATCH] doc: Add headers options to uplink section --- wiki/uplinks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/uplinks.md b/wiki/uplinks.md index 7c7db2216..d9a190804 100644 --- a/wiki/uplinks.md +++ b/wiki/uplinks.md @@ -28,6 +28,7 @@ maxage | string | No |10m | all | limit maximun failure request | 2m fail_timeout | string | No |10m | all | defines max time when a request becomes a failure | 5m max_fails | number | No |2 | all | limit maximun failure request | 2 cache | boolean | No |[true,false] | >= 2.1 | avoid cache tarballs | true +headers | list | No | authorization: "Basic YourBase64EncodedCredentials==" | all | list of custom headers for the uplink | ### You Must know