From d36a457c42a17b9b4d7cf25a629964eebd47e8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Do=CC=88rr?= Date: Sun, 22 Sep 2013 11:46:08 +0200 Subject: [PATCH] Enable SSL in default configuration --- Rainy/settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rainy/settings.conf b/Rainy/settings.conf index df3ae90..b07b762 100644 --- a/Rainy/settings.conf +++ b/Rainy/settings.conf @@ -15,7 +15,7 @@ # # Note: The port is not optional but must be present for every url! # - ListenUrl: "http://*:8080/", + ListenUrl: "https://*:8080/", # the path used for data storage (notes, metadata, ssl certs), # must be writable.