Skip to content

Commit

Permalink
docs: fix typos (#6286)
Browse files Browse the repository at this point in the history
  • Loading branch information
grjan7 committed Jul 17, 2024
1 parent 9119ae6 commit e970376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions verdaccio/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ web:
title: Verdaccio
# comment out to disable gravatar support
# gravatar: false
# by default packages are ordercer ascendant (asc|desc)
# by default packages are ordered ascending (asc|desc)
# sort_packages: asc

# auth:
Expand Down Expand Up @@ -53,9 +53,9 @@ packages:
# if package is not available locally, proxy requests to 'npmjs' registry
proxy: npmjs

# You can specify HTTP/1.1 server keep alive timeout in seconds for incomming connections.
# You can specify HTTP/1.1 server keep-alive timeout in seconds for incoming connections.
# A value of 0 makes the http server behave similarly to Node.js versions prior to 8.0.0, which did not have a keep-alive timeout.
# WORKAROUND: Through given configuration you can workaround following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enought.
# WORKAROUND: Through given configuration you can work around the following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enough.
server:
keepAliveTimeout: 60

Expand Down

0 comments on commit e970376

Please sign in to comment.