summaryrefslogtreecommitdiffstats
path: root/config.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-07-01 19:59:30 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-07-01 19:59:30 -0700
commit4894c3be59143ea3178ba1cb66d46664c9b30985 (patch)
tree06681af66f558d6a8644ffb230dbc026c8c15fe6 /config.txr
parentce89a70d7adcba50e5ed543cb952808f13c638a1 (diff)
downloadtamarind-master.tar.gz
tamarind-master.tar.bz2
tamarind-master.zip
Add require-https option.HEADmaster
This is to allow the user to disable the mandatory https; like when using tamarind behind a reverse proxy.
Diffstat (limited to 'config.txr')
-rw-r--r--config.txr1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.txr b/config.txr
index ca7c326..83ef4ac 100644
--- a/config.txr
+++ b/config.txr
@@ -1,4 +1,5 @@
@(bind debug-enable t)
+@(bind require-https t)
@(bind aliases-file "/etc/tamarind/aliases")
@(bind sessions-dir "/var/run/tamarind/sessions")
@(bind auth :imap)