Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
c48a6e73
Commit
c48a6e73
authored
Jan 13, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nghttpx: Clean up metavar
parent
956c1138
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
src/shrpx.cc
src/shrpx.cc
+10
-10
No files found.
src/shrpx.cc
View file @
c48a6e73
...
...
@@ -791,8 +791,7 @@ Connections:
IPv6.
Default: )"
<<
get_config
()
->
host
.
get
()
<<
","
<<
get_config
()
->
port
<<
R"(
--backlog=<NUM> Set listen backlog size. If -1 is given,
libevent will choose suitable value.
--backlog=<N> Set listen backlog size.
Default: )"
<<
get_config
()
->
backlog
<<
R"(
--backend-ipv4 Resolve backend hostname to IPv4 address only.
--backend-ipv6 Resolve backend hostname to IPv6 address only.
...
...
@@ -813,7 +812,7 @@ Connections:
--backend-write-timeout options.
Performance:
-n, --workers=<
CORES
>
-n, --workers=<
N
>
Set the number of worker threads.
Default: )"
<<
get_config
()
->
num_worker
<<
R"(
--read-rate=<SIZE>
...
...
@@ -860,11 +859,12 @@ Performance:
means write burst size is unlimited. Not
implemented yet.
Default: )"
<<
get_config
()
->
worker_write_burst
<<
R"(
--worker-frontend-connections=<N
UM
>
--worker-frontend-connections=<N>
Set maximum number of simultaneous connections
frontend accepts. Setting 0 means unlimited.
Default: 0
--backend-http1-connections-per-host=<NUM>
Default: )"
<<
get_config
()
->
worker_frontend_connections
<<
R"(
--backend-http1-connections-per-host=<N>
Set maximum number of backend concurrent HTTP/1
connections per host. This option is meaningful
when -s option is used. To limit the number of
...
...
@@ -872,7 +872,7 @@ Performance:
--backend-http1-connections-per-frontend.
Default: )"
<<
get_config
()
->
downstream_connections_per_host
<<
R"(
--backend-http1-connections-per-frontend=<N
UM
>
--backend-http1-connections-per-frontend=<N>
Set maximum number of backend concurrent HTTP/1
connections per frontend. This option is only
used for default mode. 0 means unlimited. To
...
...
@@ -942,7 +942,7 @@ SSL/TLS:
certificates. If the linked OpenSSL is
configured to load system wide certificates, they
are loaded at startup regardless of this option.
--private-key-passwd-file=<
FILE
PATH>
--private-key-passwd-file=<PATH>
Path to file that contains password for the
server's private key. If none is given and the
private key is password protected it'll be
...
...
@@ -989,7 +989,7 @@ SSL/TLS:
only and any white spaces are treated as a part
of protocol string.
Default: )"
<<
DEFAULT_TLS_PROTO_LIST
<<
R"(
--tls-ticket-key-file=<
FILE
>
--tls-ticket-key-file=<
PATH
>
Path to file that contains 48 bytes random data
to construct TLS session ticket parameters. This
options can be used repeatedly to specify
...
...
@@ -1020,7 +1020,7 @@ SSL/TLS:
threads.
HTTP/2 and SPDY:
-c, --http2-max-concurrent-streams=<N
UM
>
-c, --http2-max-concurrent-streams=<N>
Set the maximum number of the concurrent streams
in one HTTP/2 and SPDY session.
Default: )"
<<
get_config
()
->
http2_max_concurrent_streams
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment