msdl ssl config
This commit is contained in:
parent
630ac45f7e
commit
c2439cdd90
2 changed files with 6 additions and 1 deletions
|
|
@ -27,7 +27,6 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
forceSSL = true;
|
|
||||||
serverName = refineryHost;
|
serverName = refineryHost;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,12 @@
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
||||||
|
virtualHosts."msdl-testing.uantwerpen.be" = {
|
||||||
|
forceSSL = true;
|
||||||
|
sslCertificate = "/var/msdl-testing.pem";
|
||||||
|
sslCertificateKey = "/var/msdl-testing.key";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue