[documentation] Document --exclude-slash-redirects.

This commit is contained in:
Ciprian Dorin Craciun 2022-08-28 11:34:46 +03:00
parent 07260016e1
commit efbfdb804e
8 changed files with 34 additions and 11 deletions

View file

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.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
kawipiko -- blazingly fast static HTTP server \- kawipiko-archiver
.INDENT 0.0
@ -59,8 +59,8 @@ kawipiko -- blazingly fast static HTTP server \- kawipiko-archiver
\-\-exclude\-cache
\-\-include\-etag
\-\-exclude\-slash\-redirects
\-\-include\-folder\-listing
\-\-exclude\-paths\-index
\-\-progress \-\-debug
@ -169,6 +169,14 @@ By not including the \fBETag\fP header (i.e. the default), and because identical
.UNINDENT
.UNINDENT
.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
.INDENT 0.0
.INDENT 3.5

View file

@ -31,8 +31,8 @@ kawipiko -- blazingly fast static HTTP server
--exclude-cache
--include-etag
--exclude-slash-redirects
--include-folder-listing
--exclude-paths-index
--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.
(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``
Enables the creation of an internal list of folders.

View file

@ -21,8 +21,8 @@ NAME
--exclude-cache
--include-etag
--exclude-slash-redirects
--include-folder-listing
--exclude-paths-index
--progress --debug
@ -129,6 +129,11 @@ FLAGS
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
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)

View file

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.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
kawipiko -- blazingly fast static HTTP server \- kawipiko-server
.INDENT 0.0

View file

@ -236,4 +236,4 @@ FLAGS
volution.ro 2022-08-26 KAWIPIKO-SERVER(1)
volution.ro 2022-08-28 KAWIPIKO-SERVER(1)

View file

@ -21,8 +21,8 @@ NAME
--exclude-cache
--include-etag
--exclude-slash-redirects
--include-folder-listing
--exclude-paths-index
--progress --debug
@ -129,6 +129,11 @@ FLAGS
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
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)

View file

@ -16,8 +16,8 @@
--exclude-cache
--include-etag
--exclude-slash-redirects
--include-folder-listing
--exclude-paths-index
--progress --debug

View file

@ -236,4 +236,4 @@ FLAGS
volution.ro 2022-08-26 KAWIPIKO-SERVER(1)
volution.ro 2022-08-28 KAWIPIKO-SERVER(1)