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:
parent
17bc128546
commit
f504c6c181
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue