mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
main-domain-suffix -> pages-domain
This commit is contained in:
parent
fdd04610e5
commit
97d4ea9d6b
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ var ServeFlags = []cli.Flag{
|
|||
// pages, or used for comparison in CNAME lookups. Static pages can be accessed through
|
||||
// https://{owner}.{MainDomain}[/{repo}], with repo defaulting to "pages".
|
||||
&cli.StringFlag{
|
||||
Name: "main-domain-suffix",
|
||||
Name: "pages-domain",
|
||||
Usage: "specifies the main domain (starting with a dot) for which subdomains shall be served as static pages",
|
||||
EnvVars: []string{"PAGES_DOMAIN"},
|
||||
Value: "codeberg.page",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue