mirror of
https://github.com/caddyserver/caddy.git
synced 2025-08-30 23:02:33 -04:00
fileserver: Add a few doc lines about Etag file content (#7173)
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
493898d9bd
commit
b9710c6af4
@ -167,6 +167,8 @@ type FileServer struct {
|
||||
// If set, file Etags will be read from sidecar files
|
||||
// with any of these suffixes, instead of generating
|
||||
// our own Etag.
|
||||
// Keep in mind that the Etag values in the files have to be quoted as per RFC7232.
|
||||
// See https://datatracker.ietf.org/doc/html/rfc7232#section-2.3 for a few examples.
|
||||
EtagFileExtensions []string `json:"etag_file_extensions,omitempty"`
|
||||
|
||||
fsmap caddy.FileSystems
|
||||
|
Loading…
x
Reference in New Issue
Block a user