mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
REDIRECT_RAW_INFO -> RAW_INFO_PAGE
This commit is contained in:
parent
38426c26db
commit
5b2e91a37a
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ var ServeFlags = []cli.Flag{
|
|||
&cli.StringFlag{
|
||||
Name: "raw-info-page",
|
||||
Usage: "will be shown (with a redirect) when trying to access $RAW_DOMAIN directly (or without owner/repo/path)",
|
||||
EnvVars: []string{"REDIRECT_RAW_INFO"},
|
||||
EnvVars: []string{"RAW_INFO_PAGE"},
|
||||
Value: "https://docs.codeberg.org/pages/raw-content/",
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue