mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-12 13:07:50 +00:00
Apply JnCrMx's patch for optional HTTP-only mode
This commit is contained in:
parent
9524b1eb12
commit
5352937065
6 changed files with 62 additions and 40 deletions
|
@ -152,6 +152,12 @@ var (
|
|||
EnvVars: []string{"PROFILING_ADDRESS"},
|
||||
Value: "localhost:9999",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "http-only-mode",
|
||||
Usage: "serve content directly via HTTP using the Host header to identify the repository",
|
||||
EnvVars: []string{"HTTP_ONLY_MODE"},
|
||||
Value: false,
|
||||
},
|
||||
|
||||
// ############################
|
||||
// ### ACME Client Settings ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue