mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 17:07:54 +00:00
changes from main
This commit is contained in:
parent
9af9eceb41
commit
32431b23bb
1 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,9 @@ type Options struct {
|
||||||
TargetBranch,
|
TargetBranch,
|
||||||
TargetPath,
|
TargetPath,
|
||||||
|
|
||||||
|
// Used for debugging purposes.
|
||||||
|
Host string
|
||||||
|
|
||||||
DefaultMimeType string
|
DefaultMimeType string
|
||||||
ForbiddenMimeTypes map[string]bool
|
ForbiddenMimeTypes map[string]bool
|
||||||
TryIndexPages bool
|
TryIndexPages bool
|
||||||
|
|
Loading…
Reference in a new issue