[documentation] Document --exclude-slash-redirects
.
This commit is contained in:
parent
07260016e1
commit
efbfdb804e
8 changed files with 34 additions and 11 deletions
|
@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KAWIPIKO-ARCHIVER" "1" "2022-08-26" "volution.ro" "kawipiko"
|
.TH "KAWIPIKO-ARCHIVER" "1" "2022-08-28" "volution.ro" "kawipiko"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kawipiko -- blazingly fast static HTTP server \- kawipiko-archiver
|
kawipiko -- blazingly fast static HTTP server \- kawipiko-archiver
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
|
@ -59,8 +59,8 @@ kawipiko -- blazingly fast static HTTP server \- kawipiko-archiver
|
||||||
\-\-exclude\-cache
|
\-\-exclude\-cache
|
||||||
\-\-include\-etag
|
\-\-include\-etag
|
||||||
|
|
||||||
|
\-\-exclude\-slash\-redirects
|
||||||
\-\-include\-folder\-listing
|
\-\-include\-folder\-listing
|
||||||
|
|
||||||
\-\-exclude\-paths\-index
|
\-\-exclude\-paths\-index
|
||||||
|
|
||||||
\-\-progress \-\-debug
|
\-\-progress \-\-debug
|
||||||
|
@ -169,6 +169,14 @@ By not including the \fBETag\fP header (i.e. the default), and because identical
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.sp
|
.sp
|
||||||
|
\fB\-\-exclude\-slash\-redirects\fP
|
||||||
|
.INDENT 0.0
|
||||||
|
.INDENT 3.5
|
||||||
|
Disables adding redirects to/from paths with/without \fI/\fP
|
||||||
|
(For example, by default, if \fI/file\fP exists, then there is also a \fI/file/\fP redirect towards \fI/file\fP; and vice\-versa from \fI/folder\fP towards \fI/folder/\fP\&.)
|
||||||
|
.UNINDENT
|
||||||
|
.UNINDENT
|
||||||
|
.sp
|
||||||
\fB\-\-include\-folder\-listing\fP
|
\fB\-\-include\-folder\-listing\fP
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.INDENT 3.5
|
.INDENT 3.5
|
||||||
|
|
|
@ -31,8 +31,8 @@ kawipiko -- blazingly fast static HTTP server
|
||||||
--exclude-cache
|
--exclude-cache
|
||||||
--include-etag
|
--include-etag
|
||||||
|
|
||||||
|
--exclude-slash-redirects
|
||||||
--include-folder-listing
|
--include-folder-listing
|
||||||
|
|
||||||
--exclude-paths-index
|
--exclude-paths-index
|
||||||
|
|
||||||
--progress --debug
|
--progress --debug
|
||||||
|
@ -107,6 +107,11 @@ Flags
|
||||||
By not including the ``ETag`` header (i.e. the default), and because identical headers are stored only one, if one has many files of the same type (that in turn without ``ETag`` generates the same headers), this can lead to significant reduction in stored headers blocks, including reducing RAM usage.
|
By not including the ``ETag`` header (i.e. the default), and because identical headers are stored only one, if one has many files of the same type (that in turn without ``ETag`` generates the same headers), this can lead to significant reduction in stored headers blocks, including reducing RAM usage.
|
||||||
(At this moment it does not support HTTP conditional requests, i.e. the ``If-None-Match``, ``If-Modified-Since`` and their counterparts; however this ``ETag`` header might be used in conjuction with ``HEAD`` requests to see if the resource has changed.)
|
(At this moment it does not support HTTP conditional requests, i.e. the ``If-None-Match``, ``If-Modified-Since`` and their counterparts; however this ``ETag`` header might be used in conjuction with ``HEAD`` requests to see if the resource has changed.)
|
||||||
|
|
||||||
|
``--exclude-slash-redirects``
|
||||||
|
|
||||||
|
Disables adding redirects to/from paths with/without `/`
|
||||||
|
(For example, by default, if `/file` exists, then there is also a `/file/` redirect towards `/file`; and vice-versa from `/folder` towards `/folder/`.)
|
||||||
|
|
||||||
``--include-folder-listing``
|
``--include-folder-listing``
|
||||||
|
|
||||||
Enables the creation of an internal list of folders.
|
Enables the creation of an internal list of folders.
|
||||||
|
|
|
@ -21,8 +21,8 @@ NAME
|
||||||
--exclude-cache
|
--exclude-cache
|
||||||
--include-etag
|
--include-etag
|
||||||
|
|
||||||
|
--exclude-slash-redirects
|
||||||
--include-folder-listing
|
--include-folder-listing
|
||||||
|
|
||||||
--exclude-paths-index
|
--exclude-paths-index
|
||||||
|
|
||||||
--progress --debug
|
--progress --debug
|
||||||
|
@ -129,6 +129,11 @@ FLAGS
|
||||||
and their counterparts; however this ETag header might be used in
|
and their counterparts; however this ETag header might be used in
|
||||||
conjuction with HEAD requests to see if the resource has changed.)
|
conjuction with HEAD requests to see if the resource has changed.)
|
||||||
|
|
||||||
|
--exclude-slash-redirects
|
||||||
|
Disables adding redirects to/from paths with/without / (For example,
|
||||||
|
by default, if /file exists, then there is also a /file/ redirect
|
||||||
|
towards /file; and vice-versa from /folder towards /folder/.)
|
||||||
|
|
||||||
--include-folder-listing
|
--include-folder-listing
|
||||||
Enables the creation of an internal list of folders.
|
Enables the creation of an internal list of folders.
|
||||||
|
|
||||||
|
@ -178,4 +183,4 @@ SYMLINKS, HARDLINKS, LOOPS, AND DUPLICATED FILES
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volution.ro 2022-08-26 KAWIPIKO-ARCHIVER(1)
|
volution.ro 2022-08-28 KAWIPIKO-ARCHIVER(1)
|
||||||
|
|
|
@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KAWIPIKO-SERVER" "1" "2022-08-26" "volution.ro" "kawipiko"
|
.TH "KAWIPIKO-SERVER" "1" "2022-08-28" "volution.ro" "kawipiko"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kawipiko -- blazingly fast static HTTP server \- kawipiko-server
|
kawipiko -- blazingly fast static HTTP server \- kawipiko-server
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
|
|
|
@ -236,4 +236,4 @@ FLAGS
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volution.ro 2022-08-26 KAWIPIKO-SERVER(1)
|
volution.ro 2022-08-28 KAWIPIKO-SERVER(1)
|
||||||
|
|
|
@ -21,8 +21,8 @@ NAME
|
||||||
--exclude-cache
|
--exclude-cache
|
||||||
--include-etag
|
--include-etag
|
||||||
|
|
||||||
|
--exclude-slash-redirects
|
||||||
--include-folder-listing
|
--include-folder-listing
|
||||||
|
|
||||||
--exclude-paths-index
|
--exclude-paths-index
|
||||||
|
|
||||||
--progress --debug
|
--progress --debug
|
||||||
|
@ -129,6 +129,11 @@ FLAGS
|
||||||
and their counterparts; however this ETag header might be used in
|
and their counterparts; however this ETag header might be used in
|
||||||
conjuction with HEAD requests to see if the resource has changed.)
|
conjuction with HEAD requests to see if the resource has changed.)
|
||||||
|
|
||||||
|
--exclude-slash-redirects
|
||||||
|
Disables adding redirects to/from paths with/without / (For example,
|
||||||
|
by default, if /file exists, then there is also a /file/ redirect
|
||||||
|
towards /file; and vice-versa from /folder towards /folder/.)
|
||||||
|
|
||||||
--include-folder-listing
|
--include-folder-listing
|
||||||
Enables the creation of an internal list of folders.
|
Enables the creation of an internal list of folders.
|
||||||
|
|
||||||
|
@ -178,4 +183,4 @@ SYMLINKS, HARDLINKS, LOOPS, AND DUPLICATED FILES
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volution.ro 2022-08-26 KAWIPIKO-ARCHIVER(1)
|
volution.ro 2022-08-28 KAWIPIKO-ARCHIVER(1)
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
--exclude-cache
|
--exclude-cache
|
||||||
--include-etag
|
--include-etag
|
||||||
|
|
||||||
|
--exclude-slash-redirects
|
||||||
--include-folder-listing
|
--include-folder-listing
|
||||||
|
|
||||||
--exclude-paths-index
|
--exclude-paths-index
|
||||||
|
|
||||||
--progress --debug
|
--progress --debug
|
||||||
|
|
|
@ -236,4 +236,4 @@ FLAGS
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volution.ro 2022-08-26 KAWIPIKO-SERVER(1)
|
volution.ro 2022-08-28 KAWIPIKO-SERVER(1)
|
||||||
|
|
Loading…
Reference in a new issue