adjust for configuration changes

This commit is contained in:
Joris Vink 2020-02-11 11:04:10 +01:00
parent b24bc43051
commit 4115df69f6
1 changed files with 5 additions and 1 deletions

View File

@ -337,10 +337,14 @@ static const char *build_data =
static const char *python_config_data =
"# %s configuration\n"
"\n"
"bind\t\t127.0.0.1 8888\n"
"server tls {\n"
"\tbind 127.0.0.1 8888\n"
"}\n"
"tls_dhparam\tdh2048.pem\n"
"\n"
"domain * {\n"
"\tattach\t\ttls\n"
"\n"
"\tcertfile\tcert/server.pem\n"
"\tcertkey\t\tcert/key.pem\n"
"\n"