gmid is a small but featureful gemini server for Unix-like operating systems. Features include support for CGI and FastCGI, reverse proxying capabilities, IRI (RFC3987) support, per-location rules and more. ok sthen@
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
user "_gmid"
|
|
chroot "/var/gemini"
|
|
|
|
server "example.com" {
|
|
cert "/etc/ssl/example.com.pem"
|
|
key "/etc/ssl/private/example.com.key"
|
|
root "/example.com"
|
|
}
|