fix encoding, add response settings

This commit is contained in:
ghost 2024-02-04 13:55:05 +02:00
parent 0d5f100a25
commit ea359f2089
2 changed files with 10 additions and 2 deletions

View file

@ -5,6 +5,14 @@
{
"host":"127.0.0.1",
"port":1965
},
"response":
{
"default":
{
"code":20,
"meta":"text/gemini; charset=utf-8;"
}
}
},
"memcached":