Loading config.yaml +5 −2 Original line number Diff line number Diff line Loading @@ -57,10 +57,13 @@ BLOGI: # ACMEURL: "https://acme-v02.api.letsencrypt.org/directory" # Multi-domain support: each domain gets its own DB, template, settings, etc. # DOMAINS is required — unconfigured hosts get 404. # NAME can appear multiple times per entry to serve multiple hostnames with one config. # NAME is the primary hostname; NAMES is an optional list of additional # hostnames served by the same configuration entry. DOMAINS: - NAME: "blog.example.com" NAMES: "www.example.com" NAMES: - "www.example.com" - "lnx.example.com" DB_DRIVER: "sqlite" DB_CONNECTION: "/var/lib/blogi/blog-example.db" TEMPLATE: "/usr/local/share/blogi/themes/default" Loading Loading
config.yaml +5 −2 Original line number Diff line number Diff line Loading @@ -57,10 +57,13 @@ BLOGI: # ACMEURL: "https://acme-v02.api.letsencrypt.org/directory" # Multi-domain support: each domain gets its own DB, template, settings, etc. # DOMAINS is required — unconfigured hosts get 404. # NAME can appear multiple times per entry to serve multiple hostnames with one config. # NAME is the primary hostname; NAMES is an optional list of additional # hostnames served by the same configuration entry. DOMAINS: - NAME: "blog.example.com" NAMES: "www.example.com" NAMES: - "www.example.com" - "lnx.example.com" DB_DRIVER: "sqlite" DB_CONNECTION: "/var/lib/blogi/blog-example.db" TEMPLATE: "/usr/local/share/blogi/themes/default" Loading