💾 Archived View for bbs.geminispace.org › u › skyjake › 3268 captured on 2024-06-16 at 15:52:26. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-10)
-=-=-=-=-=-=-
Re: "Multiple sites in gmcapsule"
Yes, except the list of hostnames in `host` is not comma-separated, just space-separated.
2023-07-19 · 11 months ago
🕹️ skyjake [mod...] · 2023-07-19 at 07:26:
Note that currently there is a limitation regarding certificates and vhosts: only one cert is loaded and it must cover all the hosts.
🍀 gritty [OP] · 2023-07-19 at 10:40:
@skyjake thanks! I now have a project for my day off.
Multiple sites in gmcapsule — Say I wanted to serve 2 capsules...let's assume static for now sub1.example.com sub2.example.com I'm wondering if the ini would look like this: [server] host = sub1.example.com, sub2.example.com certs = <cert loc> [static] root = /var/gemini with each site served from: /var/gemini/sub1.example.com /var/gemini/sub2.example.com and DNS entries would point to the same IP:port