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"