log to stdout
This commit is contained in:
parent
617e95ee16
commit
31a9e580a1
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user