Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: update manpage
  • Loading branch information
KernelDeimos committed Sep 26, 2025
commit c904dcc0a915c9d0e23cdfb3f739571c66a83892
7 changes: 7 additions & 0 deletions doc/http-server.1
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ Serve brotli files when possible.
If both brotli and gzip are enabled, brotli takes precedence.
Default is false.

.TP
.BI \-\-force\-content\-encoding
When using --gzip or --brotli, includes the content encoding
header even when the extension for the compressed file is
specified in the URL. "test.png.br" will be served the same
way as "test.png".

.TP
.BI \-e ", " \-\-ext " " \fIEXTENSION\fR
Default file extension is none is provided.
Expand Down
Loading