This repository has been archived on 2024-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
gemini-auth/config.ini

20 lines
301 B
INI

# listening on 0.0.0.0 binds to all interfaces, while 127.0.0.1 only to localhost
listen = 0.0.0.0
[:tls]
store = certs
[localhost]
root = public
[localhost:/cgi]
root = public
cgi = on
# repeated configuration for your domain
[example.com]
root = public
[example.com:/cgi]
root = public
cgi = on