log to stdout

This commit is contained in:
Sebastian Hugentobler 2021-09-28 17:56:36 +02:00
parent 617e95ee16
commit 31a9e580a1
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -2,14 +2,14 @@
#
Port = 1965
Hostname = "{{ getenv "HOST_NAME" }}"
CertPath = "/etc/molly-brown/keys/{{ getenv "HOST_NAME" }}-cert.pem"
KeyPath = "/etc/molly-brown/keys/{{ getenv "HOST_NAME" }}-key.pem"
CertPath = "/etc/molly-brown/keys/cert.pem"
KeyPath = "/etc/molly-brown/keys/key.pem"
DocBase = "/var/gemini/"
HomeDocBase = "users"
GeminiExt = "gmi"
DefaultLang = "{{ getenv "DEFAULT_LANG" "en" }}"
AccessLog = "/home/molly-brown/access.log"
ErrorLog = "/home/molly-brown/access.log"
AccessLog = "-"
ErrorLog = "-"
ReadMollyFiles = true
#