From f504c6c1815a1e72f8f5a2ce281f3ba9138b626a Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 2 Jul 2017 14:59:45 +0200 Subject: [PATCH] (fix): Update broken link --- lib/storage/up-storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage/up-storage.js b/lib/storage/up-storage.js index aa77e3615..4c8661fb6 100644 --- a/lib/storage/up-storage.js +++ b/lib/storage/up-storage.js @@ -52,7 +52,7 @@ class ProxyStorage { if (Number(this.config.timeout) >= 1000) { this.logger.warn(['Too big timeout value: ' + this.config.timeout, 'We changed time format to nginx-like one', - '(see http://wiki.nginx.org/ConfigNotation)', + '(see http://nginx.org/en/docs/syntax.html)', 'so please update your config accordingly'].join('\n')); }