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
5d204fc3
Commit
5d204fc3
authored
Jan 15, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nghttpx: Add more option categories
parent
84ead30e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/shrpx.cc
src/shrpx.cc
+7
-1
No files found.
src/shrpx.cc
View file @
5d204fc3
...
@@ -1119,7 +1119,7 @@ Logging:
...
@@ -1119,7 +1119,7 @@ Logging:
Default: )"
<<
str_syslog_facility
(
get_config
()
->
syslog_facility
)
Default: )"
<<
str_syslog_facility
(
get_config
()
->
syslog_facility
)
<<
R"(
<<
R"(
Misc
:
HTTP
:
--add-x-forwarded-for
--add-x-forwarded-for
Append X-Forwarded-For header field to the downstream
Append X-Forwarded-For header field to the downstream
request.
request.
...
@@ -1146,6 +1146,8 @@ Misc:
...
@@ -1146,6 +1146,8 @@ Misc:
won't replace anything already set. This option can be
won't replace anything already set. This option can be
used several times to specify multiple header fields.
used several times to specify multiple header fields.
Example: --add-response-header="foo: bar"
Example: --add-response-header="foo: bar"
Debug:
--frontend-http2-dump-request-header=<PATH>
--frontend-http2-dump-request-header=<PATH>
Dumps request headers received by HTTP/2 frontend to the
Dumps request headers received by HTTP/2 frontend to the
file denoted in <PATH>. The output is done in HTTP/1
file denoted in <PATH>. The output is done in HTTP/1
...
@@ -1162,6 +1164,8 @@ Misc:
...
@@ -1162,6 +1164,8 @@ Misc:
Print HTTP/2 frames in frontend to stderr. This option
Print HTTP/2 frames in frontend to stderr. This option
is not thread safe and MUST NOT be used with option
is not thread safe and MUST NOT be used with option
-n=N, where N >= 2.
-n=N, where N >= 2.
Process:
-D, --daemon
-D, --daemon
Run in a background. If -D is used, the current working
Run in a background. If -D is used, the current working
directory is changed to '/'.
directory is changed to '/'.
...
@@ -1170,6 +1174,8 @@ Misc:
...
@@ -1170,6 +1174,8 @@ Misc:
--user=<USER>
--user=<USER>
Run this program as <USER>. This option is intended to
Run this program as <USER>. This option is intended to
be used to drop root privileges.
be used to drop root privileges.
Misc:
--conf=<PATH>
--conf=<PATH>
Load configuration from <PATH>.
Load configuration from <PATH>.
Default: )"
<<
get_config
()
->
conf_path
.
get
()
<<
R"(
Default: )"
<<
get_config
()
->
conf_path
.
get
()
<<
R"(
...
...
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