hedgedoc: let TLS nginx do

This commit is contained in:
Sandro - 2022-06-22 00:52:07 +02:00
parent 12a816dfa8
commit ee3b8ce771
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@
};
db = {
dialect = "postgres";
host = "/run/postgresql";
host = "/run/postgresql/";
};
defaultPermission = "freely";
domain = "codimd.c3d2.de";
protocolUseSSL = true;
sessionSecret = "$sessionSecret";
useSSL = true;
};
};