fix syntax issue in nitter-config/templates/nitter.conf
This commit is contained in:
parent
6e119c7d8d
commit
a5092bca2e
|
@ -1,6 +1,6 @@
|
||||||
[Server]
|
[Server]
|
||||||
address = "127.0.0.1"
|
address = "127.0.0.1"
|
||||||
port = {{ NITTER_PORT }
|
port = {{ NITTER_PORT }}
|
||||||
https = false # disable to enable cookies when not using https
|
https = false # disable to enable cookies when not using https
|
||||||
httpMaxConnections = 100
|
httpMaxConnections = 100
|
||||||
staticDir = "./public"
|
staticDir = "./public"
|
||||||
|
|
Loading…
Reference in New Issue