mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
Decomissionned useless feature
This commit is contained in:
parent
6215e2b195
commit
be00428bef
6 changed files with 5 additions and 27 deletions
|
@ -13,8 +13,8 @@ in
|
|||
luj.nginx.enable = true;
|
||||
|
||||
services.nginx.virtualHosts."home.luj" = {
|
||||
sslCertificate = "/etc/nginx/certs/subdomains/cert.pem";
|
||||
sslCertificateKey = "/etc/nginx/certs/subdomains/key.pem";
|
||||
sslCertificate = "/etc/nginx/certs/home.luj/cert.pem";
|
||||
sslCertificateKey = "/etc/nginx/certs/home.luj/key.pem";
|
||||
forceSSL = true;
|
||||
root = "/srv/homer/";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue