From a5092bca2e508619ee4abf374a424c2fe6f8e370 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 11 Sep 2021 14:24:26 -0400 Subject: [PATCH] fix syntax issue in nitter-config/templates/nitter.conf --- nitter-config/templates/nitter.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nitter-config/templates/nitter.conf b/nitter-config/templates/nitter.conf index b887ce5..9f1b53e 100644 --- a/nitter-config/templates/nitter.conf +++ b/nitter-config/templates/nitter.conf @@ -1,6 +1,6 @@ [Server] address = "127.0.0.1" -port = {{ NITTER_PORT } +port = {{ NITTER_PORT }} https = false # disable to enable cookies when not using https httpMaxConnections = 100 staticDir = "./public"