0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

(fix): Update broken link

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-02 14:59:45 +02:00
parent 17bc128546
commit f504c6c181
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -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'));
}