mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
Fix cert removal command
This commit is contained in:
parent
f5e613bfdb
commit
6d9a8e2226
2 changed files with 27 additions and 25 deletions
|
@ -10,7 +10,7 @@ var ServeFlags = []cli.Flag{
|
|||
// TODO: Usage
|
||||
EnvVars: []string{"DEBUG"},
|
||||
},
|
||||
|
||||
|
||||
// MainDomainSuffix specifies the main domain (starting with a dot) for which subdomains shall be served as static
|
||||
// pages, or used for comparison in CNAME lookups. Static pages can be accessed through
|
||||
// https://{owner}.{MainDomain}[/{repo}], with repo defaulting to "pages".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue