15 lines
555 B
YAML
15 lines
555 B
YAML
---
|
|
# Uncomment below line to allow automtic directory indexing
|
|
#allow_dir_list: true
|
|
# Below is default bas path for your content
|
|
base_path: /var/gemini/gemtext
|
|
# To allow connectiond from the outside, set listen address below
|
|
#listen_addr: '0.0.0.0'
|
|
# To set debug logging, uncomment below line
|
|
#logg_level: 'DEBUG'
|
|
# To enable cgi functionality, configure something like below
|
|
#cgi_registry:
|
|
# /envtest.*:
|
|
# - /var/gemini/cgi-bin/envtest.sh
|
|
server_cert: /etc/ssl/certs/ssl-cert-snakeoil.pem
|
|
server_key: /etc/ssl/private/ssl-cert-snakeoil.key
|