From fae1b01dea80453768bb01d68e0a4b4d0f8ba313 Mon Sep 17 00:00:00 2001 From: Shuai Lin Date: Fri, 25 Nov 2016 16:42:29 +0800 Subject: [PATCH] Fixed typo. --- samples/server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/server.conf b/samples/server.conf index 6d25b8c..545ad24 100644 --- a/samples/server.conf +++ b/samples/server.conf @@ -4,7 +4,7 @@ server.hostname = seafile.example.com admin.email = me@example.com admin.password = asecret -# Comment out this line and uncommen the two lines below to use letsencrypt SSL certificate +# Comment out this line and uncomment the two lines below to use letsencrypt SSL certificate server.port_mappings = 8080:80 # server.letsencrypt = true # server.port_mappings = 80:80,443:443 \ No newline at end of file