msdl ssl config

This commit is contained in:
Joeri Exelmans 2025-10-02 15:24:21 +02:00
parent 630ac45f7e
commit c2439cdd90
2 changed files with 6 additions and 1 deletions

View file

@ -27,7 +27,6 @@
'';
};
forceSSL = true;
serverName = refineryHost;
};
};

View file

@ -82,6 +82,12 @@
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts."msdl-testing.uantwerpen.be" = {
forceSSL = true;
sslCertificate = "/var/msdl-testing.pem";
sslCertificateKey = "/var/msdl-testing.key";
};
};