codimd fix up
This commit is contained in:
parent
e18938def9
commit
6511ee66dd
2 changed files with 13 additions and 1 deletions
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
services.nginx.enable = true;
|
services.nginx.enable = true;
|
||||||
services.nginx.virtualHosts.codimd = {
|
services.nginx.virtualHosts.codimd = {
|
||||||
|
listen = [
|
||||||
|
{
|
||||||
|
addr = "0.0.0.0";
|
||||||
|
port = 4443;
|
||||||
|
ssl = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
addr = "0.0.0.0";
|
||||||
|
port = 80;
|
||||||
|
ssl = false;
|
||||||
|
}
|
||||||
|
];
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
serverName = "codimd.ingolf-wagner.de";
|
serverName = "codimd.ingolf-wagner.de";
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./tinc.nix
|
./tinc.nix
|
||||||
#./codimd.nix
|
./codimd.nix
|
||||||
#./syncplay.nix
|
#./syncplay.nix
|
||||||
#./mail-server.nix
|
#./mail-server.nix
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue