log to stdout
This commit is contained in:
parent
617e95ee16
commit
31a9e580a1
@ -2,14 +2,14 @@
|
|||||||
#
|
#
|
||||||
Port = 1965
|
Port = 1965
|
||||||
Hostname = "{{ getenv "HOST_NAME" }}"
|
Hostname = "{{ getenv "HOST_NAME" }}"
|
||||||
CertPath = "/etc/molly-brown/keys/{{ getenv "HOST_NAME" }}-cert.pem"
|
CertPath = "/etc/molly-brown/keys/cert.pem"
|
||||||
KeyPath = "/etc/molly-brown/keys/{{ getenv "HOST_NAME" }}-key.pem"
|
KeyPath = "/etc/molly-brown/keys/key.pem"
|
||||||
DocBase = "/var/gemini/"
|
DocBase = "/var/gemini/"
|
||||||
HomeDocBase = "users"
|
HomeDocBase = "users"
|
||||||
GeminiExt = "gmi"
|
GeminiExt = "gmi"
|
||||||
DefaultLang = "{{ getenv "DEFAULT_LANG" "en" }}"
|
DefaultLang = "{{ getenv "DEFAULT_LANG" "en" }}"
|
||||||
AccessLog = "/home/molly-brown/access.log"
|
AccessLog = "-"
|
||||||
ErrorLog = "/home/molly-brown/access.log"
|
ErrorLog = "-"
|
||||||
ReadMollyFiles = true
|
ReadMollyFiles = true
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user