You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gmnd/dockerconf.yml

16 lines
487 B

---
# Uncomment below line to allow automtic directory indexing
allow_dir_list: true
# Below is default bas path for your content
base_path: ./content
# 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.*:
- ./cgi-bin/envtest.sh
server_cert: ./certs/cert.pem
server_key: ./certs/cert.key